Click or drag to resize

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
)

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