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


In This Topic
    SegmentBuilderEx Class Members
    In This Topic

    The following tables list the members exposed by SegmentBuilderEx.

    Public Properties
     NameDescription
    Public Property Gets or sets the end point.  
    Public PropertyGets if the builder is empty. A builder is empty if the StartPoint is empty or the EndPoint is empty.  
    Public Property Gets or sets the spatial reference.  
    Public Property Gets or sets the start point.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Construct a segment builder from the segment.  
    Public Method Sets the builder empty.  
    Public MethodAbstract method that returns a Segment instance representing the current state of the builder.  
    Top
    See Also