This document is archived and information here might be outdated. Recommended version. |
Index of a representation rule indicated by its ID.
[Visual Basic .NET]
Public Function get_Index ( _
ByVal ID As Integer _
) As Integer
[Visual Basic .NET]
Public Sub set_Index ( _
ByVal ID As Integer, _
ByVal Index As Integer _
)
[C#]
public int get_Index (
int ID
);
[C#]
public void set_Index (
int ID,
int Index
);
[C++]
HRESULT get_Index(
long ID,
System.Int32* Index
);
[C++]
HRESULT put_Index(
long ID,
long Index
);
[C++] Parameters ID [in]
ID is a parameter of type long Index [out, retval]
Index is a parameter of type long* ID [in]
ID is a parameter of type long Index [in]
Index is a parameter of type long