IsClassified

This method indicates if a classification XML was set for a specified property of the point cloud.

 

JavaScript

 

IsClassified(

       Name)

 

C#

 

bool IsClassified(

       string Name)

 

C++

 

HRESULT IsClassified(

       BSTR Name,

       VARIANT_BOOL* pValue)

Parameters

Name

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

Return Value

pValue

A Boolean indicating whether a classification XML was set for the specified property.

Exceptions

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