GetClassification

This method returns the classification XML for a specified property of the point cloud.

 

JavaScript

 

GetClassification(

       Name)

 

C#

 

string GetClassification(

       string Name)

 

C++

 

HRESULT GetClassification(

       BSTR Name,

       BSTR* pValue)

Parameters

Name

The name of the property. The parameter can be a name of any property field as it appears in the Layer property sheet in TerraExplorer (e.g., “Point Color”).

Return Value

pValue

A classification XML for the specified property. See: the SetClassification method description and see:“Feature Layers” chapter in the User Manual.

Exceptions

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