ArcGIS Pro 2.9 API Reference Guide
EllipticArcBuilder Class Methods


ArcGIS.Core.Geometry Namespace : EllipticArcBuilder Class

For a list of all members of this type, see EllipticArcBuilder members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Method Gets the semi-major and semi-minor axes. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Copies the center point, start angle, central angle, rotation angle, semi-major/semi-minor axes into the method parameters. This method must be called on the MCT. Use QueuedTask.Run.  
Public Methodstatic (Shared in Visual Basic)Gets the minimum and maximum radius for a fillet arc to touch both input segments. hintPoint specifies a location near the desired fillet. The returned values can be used in EllipticArcBuilder Constructor(Segment,Segment,Double,Coordinate2D,SpatialReference) and CreateEllipticArcSegment(Segment,Segment,Double,Coordinate2D,SpatialReference).  
Public Method Sets the semi-major and semi-minor axes. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodOverloaded.   
Public Method Sets the radius of a circular arc. If the arc is not circular, sets both the semi-major and semi-minor axes to the same value. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodReturns an EllipticArcSegment instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

EllipticArcBuilder Class
ArcGIS.Core.Geometry Namespace