NamedPositionTable.Restore Method (Guid)

NamedPositionTableRestore Method (Guid)

Restore a Named Position.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also