Overload | Description |
---|---|
EllipticArcBuilder Constructor(EllipticArcSegment) | Builds a new instance of the EllipticArcBuilder class from another elliptic arc segment. This method must be called on the MCT. Use QueuedTask.Run |
EllipticArcBuilder Constructor(MapPoint,MapPoint,Coordinate2D) | Builds a new instance of the EllipticArcBuilder class. The new instance will be a circular arc from three points. This method must be called on the MCT. Use QueuedTask.Run. |
EllipticArcBuilder Constructor(MapPoint,MapPoint,Coordinate2D,esriArcOrientation,SpatialReference) | Builds a new instance of the EllipticArcBuilder class. The new instance will be a circular arc from end points and the center point. This method must be called on the MCT. Use QueuedTask.Run. |
EllipticArcBuilder Constructor(MapPoint,Double,Double,Double,esriArcOrientation,MinorOrMajor,SpatialReference) | Builds a new instance of the EllipticArcBuilder class. The new instance will be a circular arc. This method must be called on the MCT. Use QueuedTask.Run. |
EllipticArcBuilder Constructor(MapPoint,Double,Double,Double,esriArcOrientation,SpatialReference) | Builds a new instance of the EllipticArcBuilder class. The new instance will be a circular arc. This method must be called on the MCT. Use QueuedTask.Run. |
EllipticArcBuilder Constructor(Double,Double,Coordinate2D,Double,SpatialReference) | Builds a new instance of the EllipticArcBuilder class. The new instance will be a circular arc. This method must be called on the MCT. Use QueuedTask.Run. |
EllipticArcBuilder Constructor(Segment,Segment,Double,Coordinate2D,SpatialReference) | Builds a new instance of the EllipticArcBuilder class. The new instance will be a circular arc of the given radius and tangent to two segments. This method must be called on the MCT. Use QueuedTask.Run. |
EllipticArcBuilder Constructor(Coordinate2D,Double,esriArcOrientation,SpatialReference) | Builds a new instance of the EllipticArcBuilder class. The new instance will be a circle from a center point and radius. This method must be called on the MCT. Use QueuedTask.Run. |
EllipticArcBuilder Constructor(Coordinate2D,Double,Double,Double,esriArcOrientation,SpatialReference) | Builds a new instance of the EllipticArcBuilder class. The new instance will be an ellipse. This method must be called on the MCT. Use QueuedTask.Run. |
EllipticArcBuilder Constructor(Coordinate2D,Double,Double,Double,Double,Double,SpatialReference) | Builds a new instance of the EllipticArcBuilder class. This method must be called on the MCT. Use QueuedTask.Run |