ArcGIS Pro 2.8 API Reference Guide
SetCoords Method (LineBuilderEx)

ArcGIS.Core.Geometry Namespace > LineBuilderEx Class : SetCoords Method
The start point.
The end point.
Sets this builders start and end points to be startPoint and endPoint.
Syntax
public void SetCoords( 
   MapPoint startPoint,
   MapPoint endPoint
)
Public Sub SetCoords( _
   ByVal startPoint As MapPoint, _
   ByVal endPoint As MapPoint _
) 

Parameters

startPoint
The start point.
endPoint
The end point.
Exceptions
ExceptionDescription
startPoint or endPoint is null.
Remarks
If the start point and end point are identical, it creates a zero length line with the same start and end point.

Line Segment

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

LineBuilderEx Class
LineBuilderEx Members