ArcGIS Pro 2.9 API Reference Guide
QueryCoords Method (LineBuilderEx)

ArcGIS.Core.Geometry Namespace > LineBuilderEx Class : QueryCoords Method
The start point.
The end point.
Copies the endpoints of this builder to startPoint and endPoint'.
Syntax
public void QueryCoords( 
   out MapPoint startPoint,
   out MapPoint endPoint
)
Public Sub QueryCoords( _
   ByRef startPoint As MapPoint, _
   ByRef endPoint As MapPoint _
) 

Parameters

startPoint
The start point.
endPoint
The end point.
Remarks
Queries the start and end points of the builder. These are the only parameters necessary to create a well-defined line.

Line Segment

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LineBuilderEx Class
LineBuilderEx Members