public EllipticArcBuilderEx( Coordinate2D centerPt, double radius, esriArcOrientation orientation, SpatialReference spatialReference )
Public Function New( _ ByVal centerPt As Coordinate2D, _ ByVal radius As Double, _ ByVal orientation As esriArcOrientation, _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- centerPt
- The center of the circle.
- radius
- The radius of the circle.
- orientation
- The orientation of the arc, clockwise or counterclockwise.
- spatialReference
- (Optional) The spatial reference of the arc. The default value is null.