Sets the coordinate at the specified index.
"customGraphicsCoordinates_var" is a variable referencing a CustomGraphicsCoordinates object.
|
"customGraphicsCoordinates_var" is a variable referencing a CustomGraphicsCoordinates object.
|
Type | Description |
boolean | Returns true if setting the coordinate was successful. |
Name | Type | Description |
index | integer | The index of the coordinate to set. The first coordinate has an index of 0. |
coordinate | Point3D | The coordinate value as a Point3D object. |