This document is archived and information here might be outdated. Recommended version. |
Text symbol used to draw the labels.
[Visual Basic .NET] Public Property LabelSymbol As IACSymbol
[C#] public IACSymbol LabelSymbol {get; set;}
[C++]
HRESULT get_LabelSymbol(
IACSymbol** Symbol
);
[C++]
HRESULT put_LabelSymbol(
IACSymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type IACSymbol** Symbol [in]
Symbol is a parameter of type IACSymbol*