public EllipticArcBuilderEx( Segment tangentSegment, bool atStart, ArcOrientation orientation, double radius, double arcLength, SpatialReference spatialReference )
Public Function New( _ ByVal tangentSegment As Segment, _ ByVal atStart As Boolean, _ ByVal orientation As ArcOrientation, _ ByVal radius As Double, _ ByVal arcLength As Double, _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- tangentSegment
- The segment to which the constructed arc will be tangent at its start or end point.
- atStart
- The boolean indicating if the arc should be constructed at the start or end of the tangent segment.
- orientation
- The value indicating if the arc is oriented clockwise or counterclockwise.
- radius
- The radius of the arc. Must not be NaN or equal to zero. If the radius 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.