IReadOnlyList<double> GetDistancesAtM( Multipart multipart, AsRatioOrLength asRatioOrLength, double mValue )
Function GetDistancesAtM( _ ByVal multipart As Multipart, _ ByVal asRatioOrLength As AsRatioOrLength, _ ByVal mValue As Double _ ) As IReadOnlyList(Of Double)
Parameters
- multipart
- The multipart from which to get the distances.
- asRatioOrLength
- Indicates whether the distances should be returned as lengths or ratios along the multipart.
- mValue
- The M-value from which to get the distances.
Return Value
A list of distances. If the input M-value is NaN or cannot be found, then an empty list is returned.