Arc(Plane, Point2D, Point2D, Point2D) Constructor

Plane, center, start and end point constructor.
Public Sub New( _ 
ByVal arcPlane As Plane, _ 
ByVal center As Point2D, _ 
ByVal start As Point2D, _ 
ByVal end As Point2D
)
This language is not supported or no code example is available.
public Arc( 
Plane arcPlane
Point2D center
Point2D start
Point2D end 
)
This language is not supported or no code example is available.

Parameters

arcPlane
Plane

Plane

center
Point2D

2D center point

start
Point2D

2D start point

end
Point2D

2D end point

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition