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


ILabelEngineLayerProperties2.SymbolID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILabelEngineLayerProperties2.SymbolID Property

The ID of the group symbol used to draw the label.

[Visual Basic .NET]
Public Property SymbolID As Integer
[C#]
public int SymbolID {get; set;}
[C++]
HRESULT get_SymbolID(
  long* SymbolID
);
[C++]
HRESULT put_SymbolID(
  long SymbolID
);
[C++]

Parameters SymbolID [out, retval] SymbolID is a parameter of type long SymbolID [in] SymbolID is a parameter of type long

Product Availability

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

See Also

ILabelEngineLayerProperties2 Interface