ArcPad Scripting Object Model
Along Method
See Also  Send comments on this topic.
Distance
Required. A Double that specifies the distance.
Method
Optional. A Long that specifies the search method.
Points Collection : Along Method

Glossary Item Box

Description

Returns a point calculated at the input distance along the Points collection.

Syntax

object.Along ( Distance [,Method] )

Parameters

Distance
Required. A Double that specifies the distance.
Method
Optional. A Long that specifies the search method.

Return Type

Remarks

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.

See Also

© 2012 All Rights Reserved.