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


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

IGroupSymbolElement.SymbolID Property

Symbol ID associated with this element.

[Visual Basic .NET]
Public Property SymbolID As Integer
[C#]
public int SymbolID {get; set;}
[C++]
HRESULT get_SymbolID(
  System.Int32* 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

IGroupSymbolElement Interface