GetFeatureAttribute

Returns an interface to a specific attribute.

JavaScript

 

GetFeatureAttribute(

       attributeNameStr)

 

C#

 

IFeatureAttribute65 GetFeatureAttribute(

       string attributeNameStr)

 

C++

 

HRESULT GetFeatureAttribute(

       BSTR attributeNameStr,

       IFeatureAttribute65** pVal)

Parameters

attributeNameStr

The attribute name.

Return Value

pVal

An IFeatureAttribute65 representing a feature’s attribute.

Exceptions

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