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


In This Topic
    LineSegment Class Members
    In This Topic

    The following tables list the members exposed by LineSegment.

    Public Properties
     NameDescription
    Public Property The angle in radians between the positive X-axis and this line in a counterclockwise direction.  
    Public PropertyGets the end point as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public Property Gets the end point. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public PropertyOverridden.  Gets if this line segment is a curve. Always returns false for LineSegment.  
    Public PropertyOverridden.  Gets the 2D length of this instance.  
    Public Property Gets the 3D length of this instance.  
    Public PropertyOverridden. Gets the segment type. Always returns SegmentType.Line.  
    Public PropertyGets the spatial reference. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public PropertyGets the start point as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public Property Gets the start point. (Inherited from ArcGIS.Core.Geometry.Segment)
    Top
    Public Methods
     NameDescription
    Public Method Gets the 2D envelope of this line segment.  
    Public MethodCompares two Segment for equality. Compares Segment.SegmentType, Segment.SpatialReference, and coordinates for equality. (Inherited from ArcGIS.Core.Geometry.Segment)
    Top
    See Also