Name | Description | |
---|---|---|
![]() | Angle | The angle in radians between the positive x-axis and this line in a counter clockwise direction. |
![]() | EndCoordinate | Gets the end point of this instance as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment) |
![]() | EndPoint | Gets the end point of this instance. (Inherited from ArcGIS.Core.Geometry.Segment) |
![]() | IsCurve | Overridden. Gets if this line segment is a curve. Always returns false for LineSegment. |
![]() | Length | Overridden. Gets the 2D length of this instance. |
![]() | Length3D | Gets the 3D length of this instance. |
![]() | SegmentType | Overridden. Gets the segment type. Always returns SegmentType.Line. |
![]() | SpatialReference | Gets the spatial reference of the instance. (Inherited from ArcGIS.Core.Geometry.Segment) |
![]() | StartCoordinate | Gets the start point of this instance as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment) |
![]() | StartPoint | Gets the start point of this instance. (Inherited from ArcGIS.Core.Geometry.Segment) |