This document is archived and information here might be outdated. Recommended version. |
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*