MapPoint QueryPoint( Segment segment, SegmentExtension extension, double distanceAlongCurve, AsRatioOrLength asRatioOrLength )
Overloads Function QueryPoint( _ ByVal segment As Segment, _ ByVal extension As SegmentExtension, _ ByVal distanceAlongCurve As Double, _ ByVal asRatioOrLength As AsRatioOrLength _ ) As MapPoint
Parameters
- segment
- The segment on which the returned point lies.
- extension
- Specifies the extension method.
- distanceAlongCurve
- The distance along the curve or the extended curve at which the returned point lies.
- asRatioOrLength
- Determines whether the distanceAlongCurve is returned as a ratio of the segment length or as length from the start point.
Return Value
The point at the given distance along the curve or extended curve.