OpenStyleEditorDialog

Opens the Field by Attribute dialog box to control the appearance and behavior of point cloud features based on field attribute values.

 

JavaScript

 

OpenStyleEditorDialog(

       Name)

 

C#

 

void OpenStyleEditorDialog (

       string Name)

 

C++

 

HRESULT OpenStyleEditorDialog (

       [in] BSTR Name)

Parameters

Name

The name of the property whose value is to be set based on attribute value. The parameter can be a name of any property field that can be styled based on attribute value, as it appears in the point cloud property sheet in TerraExplorer (e.g., “Line Color”).

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.