NamedPositionTableUpdate Method (Guid) |
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)
Since: 6.0
Syntax public bool Update(
Guid id
)
Public Function Update (
id As Guid
) As Boolean
Parameters
- id
- Type: SystemGuid
Guid of the Named Position which you want to update.
Return Value
Type:
Boolean
True or False depending on whether the Update was successful.
See Also