Point(Plane, Point2D) Constructor

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

Parameters

sketchPlane
Plane

Sketch plane

p
Point2D

Point's position

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition