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


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

ITableSort.IDs Property

List of sorted IDs.

[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

ITableSort Interface