Point(Plane, Double, Double) Constructor

Sketch plane constructor.
Public Sub New( _ 
ByVal sketchPlane As Plane, _ 
ByVal x As Double, _ 
ByVal y As Double
)
This language is not supported or no code example is available.
public Point( 
Plane sketchPlane
double x
double y 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

Sketch plane

x
double

Point's X coordinate

y
double

Point's Y coordinate

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition