Home > All Other Interfaces > IFeatureAttributes > GetFeatureAttribute
Returns an interface to a specific attribute.
JavaScript |
|
GetFeatureAttribute( attributeNameStr) |
C# |
|
IFeatureAttribute6 GetFeatureAttribute( string attributeNameStr) |
C++ |
|
HRESULT GetFeatureAttribute( BSTR attributeNameStr, IFeatureAttribute6** pVal) |
Parameters
attributeNameStr
The attribute name.
Return Value
pVal
An IFeatureAttribute6 representing a feature’s attribute.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.