This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableSort Interface > ITableSort.IDByIndex Property (ArcObjects .NET 10.5 SDK) |
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