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


In This Topic
    EllipticArcSegment Class Properties
    In This Topic

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

    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
    See Also