GetFeatureAttribute

Returns an interface to a specific attribute.

JavaScript

 

GetFeatureAttribute(

       attributeNameStr)

 

C#

 

IFeatureAttribute61 GetFeatureAttribute(

       string attributeNameStr)

 

C++

 

HRESULT GetFeatureAttribute(

       BSTR attributeNameStr,

       IFeatureAttribute61** pVal)

Parameters

attributeNameStr

The attribute name.

Return Value

pVal

An IFeatureAttribute61 representing a feature’s attribute.

Exceptions

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