public static Polyline CreatePolyline( Segment segment, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolyline( _ ByVal segment As Segment, _ Optional ByVal spatialReference As SpatialReference _ ) As Polyline
Parameters
- segment
- Segment 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 segment.
Return Value
A Polyline.