public static Polyline CreatePolyline( IEnumerable<Segment> segments, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolyline( _ ByVal segments As IEnumerable(Of Segment), _ Optional ByVal spatialReference As SpatialReference _ ) As Polyline
Parameters
- segments
- Segments to create the polyline.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from segments.
Return Value
A Polyline.