-
-
Creates a new PathPoint.
withProperties
|
Object
Initial values for properties of the new PathPoint (Optional)
|
-
-
Returns any PathPoint in the collection.
-
-
Displays the number of elements in the PathPoint.
-
-
Returns every PathPoint in the collection.
-
-
Returns the first PathPoint in the collection.
-
-
Returns the PathPoint with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the PathPoints within the specified range.
from
|
The PathPoint, index, or name at the beginning of the range. Can accept: PathPoint, Long Integer or String.
|
to
|
The PathPoint, index, or name at the end of the range. Can accept: PathPoint, Long Integer or String.
|
-
-
Returns the last PathPoint in the collection.
-
-
Returns the middle PathPoint in the collection.
-
-
Returns the PathPoint whose index follows the specified PathPoint in the collection.
obj
|
PathPoint
The PathPoint whose index comes before the desired PathPoint.
|
-
-
Returns the PathPoint with the index previous to the specified index.
obj
|
PathPoint
The index of the PathPoint that follows the desired PathPoint.
|
-
-
Generates a string which, if executed, will return the PathPoint.