Click or drag to resize

LayerTableForceLayerVisible Method (Guid)

Makes a layer and all of its parent layers visible.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool ForceLayerVisible(
	Guid layerId
)

Parameters

layerId
Type: SystemGuid
The layer ID to be made visible.

Return Value

Type: Boolean
true if the operation succeeded.
See Also