This document is archived and information here might be outdated. Recommended version. |
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*