Name | Description | |
---|---|---|
Angle | The angle in radians between the positive X-axis and this line in a counterclockwise direction. | |
EndCoordinate | Gets the end point as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment) | |
EndPoint | Gets the end point. (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. (Inherited from ArcGIS.Core.Geometry.Segment) | |
StartCoordinate | Gets the start point as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment) | |
StartPoint | Gets the start point. (Inherited from ArcGIS.Core.Geometry.Segment) |