This is the complete list of members for EllipticArcSegment, including inherited members.
- centerPoint : Point
- centralAngle : double
- circular : bool
- counterClockwise : bool
- endAngle : double
- minorMajorRatio : double
- rotationAngle : double
- semiMajorAxis : double
- semiMinorAxis : double
- startAngle : double
- EllipticArcSegment createCircularEllipticArcWithCenterRadiusAndAngles(Point centerPoint, double radius, double startAngle, double centralAngle, SpatialReference spatialReference)
- EllipticArcSegment createCircularEllipticArcWithStartEndAndInterior(Point startPoint, Point endPoint, Point interiorPoint, SpatialReference spatialReference)
- EllipticArcSegment createEllipticArcWithCenter(Point centerPoint, double rotationAngle, double semiMajorAxis, double minorMajorRatio, double startAngle, double centralAngle, SpatialReference spatialReference)
- EllipticArcSegment createEllipticArcWithStartAndEndpoints(Point startPoint, Point endPoint, double rotationAngle, bool isMinor, bool isCounterClockwise, double semiMajorAxis, double minorMajorRatio, SpatialReference spatialReference)
The following members are inherited from Segment.
- closed : bool
- endPoint : Point
- isCurve : bool
- segmentType : SegmentType
- spatialReference : SpatialReference
- startPoint : Point
- closedChanged()
- endPointChanged()
- bool equals(Segment*other)
- spatialReferenceChanged()
- startPointChanged()
The following members are inherited from Object.
- error : Error
- objectType : string
- componentCompleted()
- errorChanged()
- objectChanged()
(obsolete)