DataSourceFeatureID

Gets the ID of the feature as assigned by the data source.

Note:    This property differs from IFeature80.ID as it returns the ID that the datasource itself uses, rather than the ID that TerraExplorer has assigned.

Note:    When a feature is new (i.e. IFeature80.State returns FS_NEW), then the ID returned by DataSourceFeature ID is temporary and will change when the layer is saved.

 

JavaScript

 

DataSourceFeatureID

 

C#

 

string DataSourceFeatureID { get; }

 

C++

 

HRESULT DataSourceFeatureID([out, retval] BSTR* pVal)