Click or drag to resize

LayerTableSelect Method

Selects layers in the Layer user interface.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Select(
	IEnumerable<int> layerIndices,
	bool bDeselect
)

Parameters

layerIndices
Type: System.Collections.GenericIEnumerableInt32
The indices of layers to select.
bDeselect
Type: SystemBoolean
If true, then any previously selected layers will be unselected.

Return Value

Type: Boolean
true if the layer user interface is visible, false otherwise.
See Also