Click or drag to resize

LayerTableGetSelected Method

Returns the indices of layers that are selected on the Layer user interface.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GetSelected(
	out List<int> layerIndices
)

Parameters

layerIndices
Type: System.Collections.GenericListInt32
The indices of selected layers.

Return Value

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