Description:

Makes a layer and all of its parent layers visible.

Syntax:
public bool ForceLayerVisible(
int layerIndex
)
Parameters:
  • layerIndex
  • Type: int
  • The layer index to be made visible.
Returns:
Type: bool
True if the operation succeeded.
Available since:
5.0

Description:

Makes a layer and all of its parent layers visible.

Syntax:
public bool ForceLayerVisible(
Guid layerId
)
Parameters:
  • layerId
  • Type: System.Guid
  • The layer ID to be made visible.
Returns:
Type: bool
True if the operation succeeded.
Available since:
5.0

ForceLayerVisible method

Class:  Rhino.DocObjects.Tables.LayerTable

Nothing found