ArcGIS Pro 2.6 API Reference Guide
LineBuilder Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : LineBuilder Class

The following tables list the members exposed by LineBuilder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets or sets the end point of the line segment.  
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Public PropertyGets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.SegmentBuilder)
Public Property Gets or sets the start point of the line segment.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public MethodCopies the endpoints of this line to startPt and endPt'. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodSets this line's endpoints to be startPt and endPt. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodReturns a LineSegment instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

LineBuilder Class
ArcGIS.Core.Geometry Namespace