Overload | Description |
---|---|
CreateEllipticArcSegment(EllipticArcSegment,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class from another elliptic arc segment. |
CreateEllipticArcSegment(MapPoint,MapPoint,Coordinate2D,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The new instance will build a circular arc from three points. |
CreateEllipticArcSegment(MapPoint,MapPoint,Coordinate2D,esriArcOrientation,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The new instance will be a circular arc from end points and the center point. |
CreateEllipticArcSegment(MapPoint,Double,Double,Double,esriArcOrientation,MinorOrMajor,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The new instance will be a circular arc. |
CreateEllipticArcSegment(MapPoint,Double,Double,Double,esriArcOrientation,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The new instance will be a circular arc. |
CreateEllipticArcSegment(Double,Double,Coordinate2D,Double,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The new instance will be a circular arc. |
CreateEllipticArcSegment(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. |
CreateEllipticArcSegment(Coordinate2D,Double,esriArcOrientation,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The new instance will build a circle from a center point and radius. |
CreateEllipticArcSegment(Coordinate2D,Double,Double,Double,esriArcOrientation,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The new instance will build an ellipse. |
CreateEllipticArcSegment(Coordinate2D,Double,Double,Double,Double,Double,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. |