This method determines whether a value was set for a specified property.
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., “Line Color”).
Return Value
pValue
A Boolean indicating whether a value was set for the specified property.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.