GetFeatureByObjectID

Returns a feature based on its (TerraExplorer-assigned) object ID.

 

JavaScript

 

GetFeatureByObjectID(

       ObjectID)

 

C#

 

IFeature66 GetFeatureByObjectID(

       string ObjectID)

 

C++

 

HRESULT GetFeatureByObjectID (

       BSTR ObjectID,

       IFeature66** pVal)

Parameters

ObjectID

The ID of the feature requested.

Return Value

pVal

An IFeature66 representing the object with a specified object ID.

Exceptions

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