public static CubicBezierSegment CreateCubicBezierSegment( IEnumerable<Coordinate2D> coordinates, SpatialReference spatialReference )
Public Overloads Shared Function CreateCubicBezierSegment( _ ByVal coordinates As IEnumerable(Of Coordinate2D), _ Optional ByVal spatialReference As SpatialReference _ ) As CubicBezierSegment
Parameters
- coordinates
- The enumeration of coordinates from which the curve will be constructed.
- spatialReference
- (Optional) The spatial reference. The default value is null.