This document is archived and information here might be outdated. Recommended version. |
Symbol for a particular class in the specified heading.
[Visual Basic .NET] Public Function get_Symbol ( _ ByVal iHeading As Integer, _ ByVal iClass As Integer _ ) As ISymbol
[Visual Basic .NET] Public Sub set_Symbol ( _ ByVal iHeading As Integer, _ ByVal iClass As Integer, _ ByVal pSymbol As ISymbol _ )
[C#] public ISymbol get_Symbol ( int iHeading, int iClass );
[C#] public void set_Symbol ( int iHeading, int iClass, ISymbol pSymbol );
[C++]
HRESULT get_Symbol(
long iHeading,
long iClass,
ISymbol* pSymbol
);
[C++]
HRESULT put_Symbol(
long iHeading,
long iClass,
ISymbol** pSymbol
);
[C++] Parameters iHeading [in]
iHeading is a parameter of type long iClass [in]
iClass is a parameter of type long pSymbol [in]
pSymbol is a parameter of type ISymbol* iHeading [in]
iHeading is a parameter of type long iClass [in]
iClass is a parameter of type long pSymbol [out, retval]
pSymbol is a parameter of type ISymbol**