public static LineSegment CreateLineSegment( Coordinate3D startPoint, Coordinate3D endPoint, SpatialReference spatialReference )
Public Overloads Shared Function CreateLineSegment( _ ByVal startPoint As Coordinate3D, _ ByVal endPoint As Coordinate3D, _ 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.