Overload | Description |
---|---|
PolylineBuilder Constructor(SpatialReference) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(Polyline) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(Polygon) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(Multipoint) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(Segment) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(IEnumerable<Coordinate2D>,SpatialReference) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(IEnumerable<Coordinate3D>,SpatialReference) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(IEnumerable<MapPoint>) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(IEnumerable<Segment>) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(IEnumerable<IEnumerable<Segment>>) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(IEnumerable<Polyline>) | Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
PolylineBuilder Constructor(MapPoint,Double,Double,Double,esriArcOrientation,esriClothoidCreateMethod,Double,esriCurveDensifyMethod,Double,SpatialReference) | Initializes a new instance of the PolylineBuilder class that is a linear approximation to a clothoid. This method must be called on the MCT. Use QueuedTask.Run. |