Name | Description | |
---|---|---|
![]() | LineBuilderEx Constructor | Overloaded. |
The following tables list the members exposed by LineBuilderEx.
Name | Description | |
---|---|---|
![]() | LineBuilderEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | EndPoint | Gets or sets the end point. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) |
![]() | IsEmpty | Gets if the builder is empty. A builder is empty if the SegmentBuilderEx.StartPoint is empty or the SegmentBuilderEx.EndPoint is empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) |
![]() | SpatialReference | Gets or sets the spatial reference. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) |
![]() | StartPoint | Gets or sets the start point. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) |
Name | Description | |
---|---|---|
![]() ![]() | CreateLineSegment | Overloaded. |
![]() | QueryCoords | Copies the endpoints of this builder to startPoint and endPoint'. |
![]() | SetCoords | Sets this builders start and end points to be startPoint and endPoint. |
![]() | SetEmpty | Sets the builder empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) |
![]() | ToSegment | Returns a LineSegment instance representing the current state of the builder. |