ExecuteGetDataSourceFeatureIdQuery

This method returns a feature based on the feature ID it was assigned by the data source. Since the query is performed on the data source, even a feature that has not yet been streamed can be returned.

JavaScript

 

ExecuteGetDataSourceFeatureIdQuery (

       FeatureID)

 

C#

 

IFeatures66 ExecuteGetDataSourceFeatureIdQuery (

       BSTR FeatureID)

 

C++

 

HRESULT ExecuteGetDataSourceFeatureIdQuery (

       BSTR FeatureID,

       IFeature66** pVal)

Parameters

FeatureID

The ID of the feature requested.

Return Value

pVal

An IFeature66 representing the feature with a specified feature ID.

Exceptions

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