This document is archived and information here might be outdated.  Recommended version.


ISelectionSet.IDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISelectionSet Interface > ISelectionSet.IDs Property
ArcGIS Developer Help

ISelectionSet.IDs Property

Enumerates the object ids in the selection set.

[Visual Basic .NET]
Public ReadOnly Property IDs As IEnumIDs
[C#]
public IEnumIDs IDs {get;}
[C++]
HRESULT get_IDs(
  IEnumIDs** EnumIDs
);
[C++]
Parameters
EnumIDs [out, retval]

EnumIDs is a parameter of type IEnumIDs**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISelectionSet Interface