Click or drag to resize

NamedLayerStateTableRestore Method (String, RestoreLayerProperties)

Restores a named layer state.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.14
Syntax
public bool Restore(
	string name,
	RestoreLayerProperties properties
)

Parameters

name
Type: SystemString
The name of the layer state.
properties
Type: Rhino.DocObjects.TablesRestoreLayerProperties
The layer properties to restore.

Return Value

Type: Boolean
True if successful, false otherwise.
See Also