Specifies the Group ID of the layer. When a layer is selected all other layers with the same group ID are automatically selected too.
GroupIndex can be any value. A GroupIndex of 0 means the layer is not grouped.
Note: GroupIndex is only valid if multiple layer selection is enabled.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int GroupIndex { get; set; }
Public Property GroupIndex As Integer Get Set
public: property int GroupIndex { int get (); void set (int value); }