This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IColorRampSymbol Interface > IColorRampSymbol.LegendGroup Property (ArcObjects .NET 10.4 SDK) |
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