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


IColorRampSymbol.LegendGroup Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IColorRampSymbol Interface > IColorRampSymbol.LegendGroup Property
ArcGIS Developer Help

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