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


In This Topic
    Segment Class Members
    In This Topic

    The following tables list the members exposed by Segment.

    Public Properties
     NameDescription
    Public PropertyGets the end point as a Coordinate2D.  
    Public Property Gets the end point.  
    Public Property Gets if this segment is a curve.  
    Public Property Gets the length.  
    Public Property Gets the segment type.  
    Public PropertyGets the spatial reference.  
    Public PropertyGets the start point as a Coordinate2D.  
    Public Property Gets the start point.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares two Segment for equality. Compares SegmentType, SpatialReference, and coordinates for equality.  
    Top
    See Also