NamedPositionTable.Restore Method (String)

NamedPositionTableRestore Method (String)

Restore a Named Position.

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

Parameters

name
Type: SystemString
Name of the Named Position to restore.

Return Value

Type: Boolean
True or False based on whether the Named Position was able to be restored.
Version Information

Rhino for Windows

Supported in: 6.14
See Also