This document is archived and information here might be outdated.  Recommended version.


ILabelClassDescription2.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelClassDescription2 Interface > ILabelClassDescription2.Symbol Property
ArcGIS Developer Help

ILabelClassDescription2.Symbol Property

The text symbol used to draw the label.

[Visual Basic .NET]
Public Property Symbol As ITextSymbol
[C#]
public ITextSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
  ITextSymbol** ppSymbol
);
[C++]
HRESULT put_Symbol(
  ITextSymbol* ppSymbol
);
[C++]
Parameters
ppSymbol [out, retval]

ppSymbol is a parameter of type ITextSymbol** ppSymbol [in]
ppSymbol is a parameter of type ITextSymbol*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILabelClassDescription2 Interface