Overload | Description |
---|---|
LineBuilder Constructor(LineSegment) | Initializes a new instance of the LineBuilder class defined from the input segment. This method must be called on the MCT. Use QueuedTask.Run. |
LineBuilder Constructor(MapPoint,MapPoint) | Initializes a new instance of the LineBuilder class defined from the start and end point. This method must be called on the MCT. Use QueuedTask.Run. |
LineBuilder Constructor(Coordinate2D,Coordinate2D,SpatialReference) | Initializes a new instance of the LineBuilder class defined from the start and end point. This method must be called on the MCT. Use QueuedTask.Run. |
LineBuilder Constructor(Coordinate3D,Coordinate3D,SpatialReference) | Initializes a new instance of the LineBuilder class defined from the start and end point. This method must be called on the MCT. Use QueuedTask.Run. |