Home > All Other Interfaces > IFeatureGroup > GetFeature

GetFeature

Returns a feature in the group based on its ID.

 

JavaScript

 

GetFeature(

      strObjectID)

 

C#

 

IFeature6 GetFeature(

      string strObjectID)

 

C++

 

HRESULT GetFeature(

      BSTR strObjectID,

      IFeature6** pIFeature6)

Parameters

strObjectID

A string representing the feature’s ID.

Return Value

pIFeature6

An IFeature6 representing the feature being returned.

Exceptions

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