GetFeatureByDataSourceFeatureID

Returns a feature based on the ID of the feature that was assigned by the data source. This is the ID that the data source itself uses, rather than the ID that TerraExplorer has assigned.

 

JavaScript

 

GetFeatureByDataSourceFeatureID(

       DataSourceFeatureID)

 

C#

 

IFeature80 GetFeatureByDataSourceFeatureID (

       string DataSourceFeatureID)

 

C++

 

HRESULT GetFeatureByDataSourceFeatureID (

       [in] BSTR DataSourceFeatureID,

       [out, retval]IFeature80** pVal)

Parameters

DataSourceFeatureID

The ID of the feature that was assigned by the data source. This is the ID that the data source itself uses, rather than the ID that TerraExplorer has assigned.

Return Value

pVal

An IFeature80 representing the feature with a specified data source feature ID.

Exceptions

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