NamedPositionTableRestore Method (String) |
Restore a Named Position.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
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.
See Also