NamedPositionTableRestore Method (Guid) |
Restore a Named Position.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public bool Restore(
Guid id
)
Public Function Restore (
id As Guid
) As Boolean
Parameters
- id
- Type: SystemGuid
Guid 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