Line(Plane, Point2D, Point2D) Constructor

Sketch plane constructor.
Public Sub New( _ 
ByVal sketchPlane As Plane, _ 
ByVal startPoint As Point2D, _ 
ByVal endPoint As Point2D
)
This language is not supported or no code example is available.
public Line( 
Plane sketchPlane
Point2D startPoint
Point2D endPoint 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

The sketch plane

startPoint
Point2D

Start point

endPoint
Point2D

End point

.NET Framework

Supported in: 4.8

In this article

Definition