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