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


ITableSort.IDByIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableSort Interface > ITableSort.IDByIndex Property
ArcGIS Developer Help

ITableSort.IDByIndex Property

A id by its index value.

[Visual Basic .NET]
Public Function get_IDByIndex ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int get_IDByIndex (
    int Index
);
[C++]
HRESULT get_IDByIndex(
  long Index,
  System.Int32* IdVal
);
[C++]
Parameters
Index [in]

Index is a parameter of type long IdVal [out, retval]
IdVal is a parameter of type long*

Product Availability

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

See Also

ITableSort Interface