NamedPositionTable.Update Method (String)

NamedPositionTableUpdate Method (String)

Updates a Named Position, effectively storing the current positions of the objects which the Named Position is tracking.

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

Parameters

name
Type: SystemString
Name of the Named Position which you want to update.

Return Value

Type: Boolean
True or False depending on whether the Update was successful.
Version Information

Rhino for Windows

Supported in: 6.14
See Also