Sets the group index of layers so they selected as a group (selecting one layer of the group will select all of them).
Note: LayersGroup has no effect if multiple layer selection is not enabled
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void LayersGroup( bool selectedOnly )
Public Sub LayersGroup ( _ selectedOnly As Boolean _ )
public: void LayersGroup( bool selectedOnly )
Parameters
- selectedOnly
- Boolean
If selectedOnly is true, grouping only affects layers that are selected. If false, it applies to all layers.