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


IGroupSymbolElement.GroupSymbol 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.GroupSymbol Property
ArcGIS Developer Help

IGroupSymbolElement.GroupSymbol Property

The symbol ID associated with this element.

[Visual Basic .NET]
Public Sub set_GroupSymbol ( _
    ByVal SymbolID As Integer, _
    ByVal A_2 As ISymbol _
)
[C#]
public void set_GroupSymbol (
    int SymbolID,
    ISymbol A_2
);
[C++]
HRESULT put_GroupSymbol(
  long SymbolID,
  ISymbol* 
);
[C++]
Parameters
SymbolID [in]

SymbolID is a parameter of type long [in]
is a parameter of type ISymbol*

Product Availability

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

See Also

IGroupSymbolElement Interface