Dimension.GetLinesFromVertices Method

Protected Function GetLinesFromVertices( _ 
ByVal points As Point3D(), _ 
ByVal addLast As Boolean
) As Point3D()
This language is not supported or no code example is available.
protected Point3D[] GetLinesFromVertices( 
Point3D[] points
bool addLast 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

addLast
bool

Return Value

Point3D[]

.NET Framework

Supported in: 4.8

In this article

Definition