ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / EllipticArcBuilderEx Class
Version


In This Topic
    EllipticArcBuilderEx Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Convenience method to create a new instance of the EllipticArcSegment class. The segment will be a circle built from a center point and radius.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic) Convenience method to create a new instance of the EllipticArcSegment class. The segment will be an ellipse.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Method Gets the semi-major and semi-minor axes.  
    Public Method Copies the center point, start angle, central angle, rotation angle, semi-major/semi-minor axes into the method parameters.  
    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. CreateCircularArc(Segment,Segment,Double,Coordinate2D,SpatialReference).  
    Public Method Sets the semi-major and semi-minor axes.  
    Public MethodOverloaded.   
    Public Method Sets the builder empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    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.  
    Public MethodReturns an EllipticArcSegment instance representing the current state of the builder.  
    Top
    See Also