Leader(Plane, Point3D()) Constructor

Standard constructor.
Public Sub New( _ 
ByVal pln As Plane, _ 
ByVal ParamArray points As Point3D() _ 
)
This language is not supported or no code example is available.
public Leader( 
Plane pln
params Point3D[] points 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The plane

points
Point3D[]

The point list

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition