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