public IReadOnlyList<MapPoint> QueryPoints( Multipart multipart, SegmentExtensionType extensionType, IEnumerable<double> distancesAlongCurve, AsRatioOrLength asRatioOrLength )
Public Overloads Function QueryPoints( _ ByVal multipart As Multipart, _ ByVal extensionType As SegmentExtensionType, _ ByVal distancesAlongCurve As IEnumerable(Of Double), _ ByVal asRatioOrLength As AsRatioOrLength _ ) As IReadOnlyList(Of MapPoint)
Parameters
- multipart
- The multipart on which the returned points lie.
- extensionType
- Specifies the extension method.
- distancesAlongCurve
- The distances along the curve or the extended curve at which the returned points lie.
- asRatioOrLength
- Determines whether the distancesAlongCurve is a ratio of the segment length or a length from the start point.
Return Value
The points at the given distances along the curve or extended curve.