This document is archived and information here might be outdated. Recommended version. |
Label for a particular class in the specified heading.
[Visual Basic .NET] Public Function get_Label ( _ ByVal iHeading As Integer, _ ByVal iClass As Integer _ ) As String
[Visual Basic .NET] Public Sub set_Label ( _ ByVal iHeading As Integer, _ ByVal iClass As Integer, _ ByVal pLabel As String _ )
[C#] public string get_Label ( int iHeading, int iClass );
[C#] public void set_Label ( int iHeading, int iClass, string pLabel );
[C++]
HRESULT get_Label(
long iHeading,
long iClass,
BSTR pLabel
);
[C++]
HRESULT put_Label(
long iHeading,
long iClass,
System.String* pLabel
);
[C++]
Parameters iHeading [in]
iHeading is a parameter of type long iClass [in]
iClass is a parameter of type long pLabel [in]
pLabel is a parameter of type BSTR iHeading [in]
iHeading is a parameter of type long iClass [in]
iClass is a parameter of type long pLabel [out, retval]
pLabel is a parameter of type BSTR*