ArcObjects Library Reference (GeoDatabase)  

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,
  long* 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