GetFeatureByObjectID

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

 

JavaScript

 

GetFeatureByObjectID(

       ObjectID)

 

C#

 

IFeature80 GetFeatureByObjectID(

       string ObjectID)

 

C++

 

HRESULT GetFeatureByObjectID (

       [in] BSTR ObjectID,

       [out, retval] IFeature80** pVal)

Parameters

ObjectID

The TerraExplorer-assigned ID of the feature requested.

Return Value

pVal

An IFeature80 representing the object with a specified object ID.

Exceptions

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