Enables the Selected property of all layers.
Notes:
- Does not select the background layer (layer 0)
- 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 LayersSelectAll( bool includeLocked )
Public Sub LayersSelectAll ( _ includeLocked As Boolean _ )
public: void LayersSelectAll( bool includeLocked )
Parameters
- includeLocked
- Boolean
If includeLocked = False then Locked layers are not selected.