public static LineSegment CreateLineSegment( Coordinate2D startPoint, Coordinate2D endPoint, SpatialReference spatialReference )
Public Overloads Shared Function CreateLineSegment( _ ByVal startPoint As Coordinate2D, _ ByVal endPoint As Coordinate2D, _ Optional ByVal spatialReference As SpatialReference _ ) As LineSegment
Parameters
- startPoint
- The start point.
- endPoint
- The end point.
- spatialReference
- (Optional) The SpatialReference. The default value is null.
Return Value
A LineSegment.