public static EllipticArcSegment CreateEllipticArcSegment( Segment tangentSegment, bool atStart, esriArcOrientation orientation, double radius, double arcLength, SpatialReference spatialReference )
Public Overloads Shared Function CreateEllipticArcSegment( _ ByVal tangentSegment As Segment, _ ByVal atStart As Boolean, _ ByVal orientation As esriArcOrientation, _ ByVal radius 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.
- 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.
- arcLength
- The length of the arc.
- spatialReference
- (Optional) The spatial reference of the arc. The default value is null.