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


In This Topic
    LineSegment Class Properties
    In This Topic

    For a list of all members of this type, see LineSegment members.

    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
    See Also