NamedLayerStateTable.Restore Method (String, RestoreLayerProperties)

NamedLayerStateTableRestore Method (String, RestoreLayerProperties)

Restores a named layer state.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Restore(
	string name,
	RestoreLayerProperties properties
)
Public Function Restore ( 
	name As String,
	properties As RestoreLayerProperties
) As Boolean

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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also