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


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

ILabelEngineLayerProperties.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 pSymbolID
);
[C++]
HRESULT put_SymbolID(
  System.Int32* pSymbolID
);
[C++]
Parameters
pSymbolID [in]

pSymbolID is a parameter of type long pSymbolID [out, retval]
pSymbolID is a parameter of type long*

Product Availability

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

Description

SymbolID is the ID of the group symbol used for labeling.

See Also

ILabelEngineLayerProperties Interface