Home > All Other Interfaces > IFeatureGroup > GetProperty
Returns the value set for the specified property.
JavaScript |
|
GetProperty( Name) |
C# |
|
dynamic GetProperty( string Name) |
C++ |
|
HRESULT GetProperty( BSTR Name, VARIANT* pValue) |
Parameters
Name
The name of the property whose value is being returned. The parameter can be a name of any property field as it appears in the Layer properties sheet in TerraExplorer (e.g., “Line Color”).
Return Value
pValue
The value assigned to the property.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.