This document is archived and information here might be outdated. Recommended version. |
The index at the specified position in the indexes collection.
[Visual Basic .NET] Public Function get_Index ( _ ByVal pos As Integer _ ) As IIndex
[C#] public IIndex get_Index ( int pos );
[C++]
HRESULT get_Index(
long pos,
IIndex** Index
);
[C++]
Parameters pos [in]
pos is a parameter of type long Index [out, retval]
Index is a parameter of type IIndex**