This event is triggered when the ID of the feature that was assigned by the data source is changed (See: DataSourceFeatureID for more information). This sometimes happens when saving a new feature created in TerraExplorer as a shapefile.
JavaScript |
|
OnDataSourceFeatureIdChanged( ObjectID, oldFeatureId, newFeatureId) |
C# |
|
void OnDataSourceFeatureIdChanged ( string ObjectID, string oldFeatureId, string newFeatureId) |
C++ |
|
HRESULT OnDataSourceFeatureIdChanged ( BSTR ObjectID, BSTR oldFeatureId, BSTR newFeatureId) |
Parameters
ObjectID
The ID of the feature object (generally a new feature created in TerraExplorer).
oldFeatureId
The old ID of the feature.
newFeatureId
The new ID of the feature.