Description:
Updates a Named Position, effectively storing the current positions of the objects which the Named Position is tracking.
Syntax:
public Boolean Update(
Guid id
)
Guid id
)
Parameters:
- id
- Type: System.Guid
- Guid of the Named Position which you want to update.
Returns:
Type: Boolean
True or False depending on whether the Update was successful.
Available since:
6.0
Description:
Updates a Named Position, effectively storing the current positions of the objects which the Named Position is tracking.
Syntax:
public Boolean Update(
String name
)
String name
)
Parameters:
- name
- Type: System.String
- Name of the Named Position which you want to update.
Returns:
Type: Boolean
True or False depending on whether the Update was successful.
Available since:
6.0