ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / EllipticArcSegment Class
Properties Methods


In This Topic
    EllipticArcSegment Class Members
    In This Topic

    The following tables list the members exposed by EllipticArcSegment.

    Public Properties
     NameDescription
    Public Property Gets the center point of the arc.  
    Public Property Gets the central angle in radians.  
    Public Property Gets the end angle in radians.  
    Public PropertyGets the end point as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public Property Gets the end point. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public Property Gets if this elliptic arc segment is a portion of the boundary of a 2D circle.  
    Public Property Gets if this elliptic arc segment is counter-clockwise.  
    Public PropertyOverridden.  Gets if this elliptic arc segment is a curve. Always returns true.  
    Public Property Gets if this elliptic arc is a minor arc.  
    Public PropertyOverridden.  Gets the 2D length of this elliptic arc segment.  
    Public Property Gets the ratio of the semi-minor to the semi-major axis.  
    Public Property Gets the rotation angle in radians.  
    Public PropertyOverridden. Gets the segment type. This always returns SegmentType.EllipticArc.  
    Public Property Gets the semi-major axis. The semi-major axis is the larger of the two axes, and the semi-minor axis is the smaller axis. The semi-major axis always lies on the line between 0 and PI radians.  
    Public Property Gets the semi-minor axis. The semi-minor axis is the smaller of the two axes. The semi-minor axis always lies on the line between PI/2 and 3*PI/2 radians.  
    Public PropertyGets the spatial reference. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public Property Gets the start angle in radians.  
    Public PropertyGets the start point as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public Property Gets the start point. (Inherited from ArcGIS.Core.Geometry.Segment)
    Top
    Public Methods
     NameDescription
    Public Method Gets the 2-dimensional envelope of this elliptic arc.  
    Public Method Gets the semi-major and semi-minor axes.  
    Public MethodCompares two Segment for equality. Compares Segment.SegmentType, Segment.SpatialReference, and coordinates for equality. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public Method Copies the center coordinate, start angle, central angle, rotation angle, semi-major/semi-minor axes into the method parameters.  
    Top
    See Also