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


IColorRampSymbol.LegendGroup Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IColorRampSymbol.LegendGroup Property

Legend group of the symbol.

[Visual Basic .NET]
Public Property LegendGroup As ILegendGroup
[C#]
public ILegendGroup LegendGroup {get; set;}
[C++]
HRESULT get_LegendGroup(
  ILegendGroup** ppLegendGroup
);
[C++]
HRESULT putref_LegendGroup(
  ILegendGroup* ppLegendGroup
);
[C++]

Parameters ppLegendGroup [out, retval]
ppLegendGroup is a parameter of type ILegendGroup ppLegendGroup [in]
ppLegendGroup is a parameter of type ILegendGroup

Product Availability

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

See Also

IColorRampSymbol Interface