GetFeature

Returns a feature in the group based on its ID.

 

JavaScript

 

GetFeature(

       strObjectID)

 

C#

 

IFeature61 GetFeature(

       string strObjectID)

 

C++

 

HRESULT GetFeature(

       BSTR strObjectID,

       IFeature61** pIFeature61)

Parameters

strObjectID

A string representing the feature’s ID.

Return Value

pIFeature61

An IFeature61 representing the feature being returned.

Exceptions

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