public static LineSegment CreateLineSegment( LineSegment segment, SpatialReference spatialReference )
Public Overloads Shared Function CreateLineSegment( _ ByVal segment As LineSegment, _ Optional ByVal spatialReference As SpatialReference _ ) As LineSegment
Parameters
- segment
- The existing line segment.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference is inherited from segment.
Return Value
A LineSegment.