| Overload | Description |
|---|---|
| EllipticArcBuilderEx Constructor(EllipticArcSegment,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class from another elliptic arc segment. |
| EllipticArcBuilderEx Constructor(MapPoint,MapPoint,Coordinate2D,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class. The new instance will be a circular arc from three points. |
| EllipticArcBuilderEx Constructor(MapPoint,MapPoint,Coordinate2D,esriArcOrientation,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class. The new instance will be a circular arc from end points and the center point. |
| EllipticArcBuilderEx Constructor(MapPoint,Double,Double,Double,esriArcOrientation,MinorOrMajor,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class. The new instance will be a circular arc. |
| EllipticArcBuilderEx Constructor(MapPoint,Double,Double,Double,esriArcOrientation,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class. The new instance will be a circular arc. |
| EllipticArcBuilderEx Constructor(Double,Double,Coordinate2D,Double,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class. The new instance will be a circular arc. |
| EllipticArcBuilderEx Constructor(Coordinate2D,Double,esriArcOrientation,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class. The new instance will be a circle from a center point and radius. |
| EllipticArcBuilderEx Constructor(Coordinate2D,Double,Double,Double,esriArcOrientation,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class. The new instance will be an ellipse. |
| EllipticArcBuilderEx Constructor(Coordinate2D,Double,Double,Double,Double,Double,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class. The new instance will be an elliptic arc. |
| EllipticArcBuilderEx Constructor(MapPoint,MapPoint,Double,Double,Double,MinorOrMajor,esriArcOrientation,SpatialReference) | Builds a new instance of the EllipticArcBuilderEx class. The new instance will be an elliptic arc. |