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
)
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:
BooleanTrue if successful, false otherwise.
See Also