Leader.Preview Method

Gets the segments for the drawing preview
Public Shared Function Preview( _ 
ByVal pln As Plane, _ 
ByVal points As Point3D() _ 
) As Segment3D()
This language is not supported or no code example is available.
public static Segment3D[] Preview( 
Plane pln
Point3D[] points 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The plane.

points
Point3D[]

The point array

Return Value

Segment3D[]

The array of segments for preview.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition