'Declaration Public Shared Function _interpolatePointDataValuesAsSegment( _ ByVal pointDataValues As List(Of IPoint), _ ByVal lineAspect As LineAspect, _ ByVal swapAxes As Boolean _ ) As List(Of List(Of IPoint))
public static List<List<IPoint>> _interpolatePointDataValuesAsSegment( List<IPoint> pointDataValues, LineAspect lineAspect, bool swapAxes )
Parameters
- pointDataValues
- lineAspect
- swapAxes