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


ISelectionSet.IDs Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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