public EllipticArcBuilderEx( MapPoint startPt, double chordLength, double chordBearing, double arcLength, ArcOrientation orientation, SpatialReference spatialReference )
Public Function New( _ ByVal startPt As MapPoint, _ ByVal chordLength As Double, _ ByVal chordBearing As Double, _ ByVal arcLength As Double, _ ByVal orientation As ArcOrientation, _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- startPt
- The point from which the arc starts.
- chordLength
- The length of the chord connecting start point to the end point of the arc. If negative, then the absolute value is used. Cannot be equal to zero.
- chordBearing
- The angle in radians of the chord connecting the start point to the end point of the arc.
- arcLength
- The length of the circular arc. If negative, then the absolute value is used. Cannot be equal to zero.
- orientation
- The orientation of the arc, clockwise or counterclockwise.
- spatialReference
- (Optional) The spatial reference of the arc. The default value is null. The spatial reference of the start point is ignored.