Returns a point calculated at the input distance along the Points collection.
object.Along ( Distance [,Method] ) |
- Distance
- Required. A Double that specifies the distance.
- Method
- Optional. A Long that specifies the search method.
Method is a long specifying the search method to use. The following methods are supported:
0 (default) - The distance is specified using the same units as the Points collection's coordinates.
1 - The distance is specified as a percentage. For example, 50 means 50% of the total length of the line represented by the Points collection.
0 (default) - The distance is specified using the same units as the Points collection's coordinates.
1 - The distance is specified as a percentage. For example, 50 means 50% of the total length of the line represented by the Points collection.