SelectingEventArgs.Ids Property
Gets the list of feature identities that are about to be selected.
Syntax
public IdCollection Ids { get; }
Property Value
The list of feature identities that are about to be selected.
Remarks
This list contains the identities of the features that are about to be selected. The list may be modified - if an identity should not be selected, remove it from the list. If the list is cleared, the StandardTool or StandardTool3D will not select any features. If the select operation is a single-select, the item that remains at the front of the list will be selected.
If you need access to the features corresponding to the identities in the list, use DataSet.GetDataSetById and DataSet.GetFeature with the dataset and feature parts of the identity. Note that some dataset may not support the DataSet.GetFeature method; if that is the case you may use DataSet.GetFeatures instead.
Platforms
Windows, Linux, Android