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