public static EllipticArcSegment CreateCircularArc( Segment tangentSegment, ArcOrientation orientation, bool atStart, double chordLength, double arcLength, SpatialReference spatialReference )
Public Overloads Shared Function CreateCircularArc( _ ByVal tangentSegment As Segment, _ ByVal orientation As ArcOrientation, _ ByVal atStart As Boolean, _ ByVal chordLength As Double, _ ByVal arcLength As Double, _ Optional ByVal spatialReference As SpatialReference _ ) As EllipticArcSegment
Parameters
- tangentSegment
- The segment to which the constructed arc will be tangent at its start or end point.
- orientation
- The value indicating if the arc is oriented clockwise or counterclockwise.
- atStart
- The boolean indicating if the arc should be constructed at the start or end of the tangent segment.
- chordLength
- The chord length of the arc. If the chord length is < 0, then the absolute value is used.
- arcLength
- The length of the arc. Must not be NaN or equal to zero. If the arcLength is < 0, then the absolute value is used.
- spatialReference
- (Optional) The spatial reference of the arc. The default value is null.