ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / LineBuilderEx Class
Properties Methods


In This Topic
    LineBuilderEx Class Members
    In This Topic

    The following tables list the members exposed by LineBuilderEx.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the end point. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Public PropertyGets if the builder is empty. A builder is empty if the SegmentBuilderEx.StartPoint is empty or the SegmentBuilderEx.EndPoint is empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Public Property Gets or sets the spatial reference. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Public Property Gets or sets the start point. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public MethodCopies the endpoints of this builder to startPoint and endPoint'.  
    Public MethodSets this builders start and end points to be startPoint and endPoint.  
    Public Method Sets the builder empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Public MethodReturns a LineSegment instance representing the current state of the builder.  
    Top
    See Also