This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem2 Interface > ILegendItem2.GroupIndex Property (ArcObjects .NET 10.4 SDK) |
Zero-based index of the legend group shown by this item. Use -1 to show all legend groups using this item.
[Visual Basic .NET] Public Property GroupIndex As Integer
[C#] public int GroupIndex {get; set;}
[C++]
HRESULT get_GroupIndex(
long* Index
);
[C++]
HRESULT put_GroupIndex(
long Index
);
[C++]
Parameters Index [out, retval] Index is a parameter of type long Index [in] Index is a parameter of type long