Dimension.InitVerticesOnPlane Method

Initializes the vertices array length according to text variants
Protected Function InitVerticesOnPlane( _ 
ByRef verticesLength As Integer
) As Point3D()
This language is not supported or no code example is available.
protected Point3D[] InitVerticesOnPlane( 
ref int verticesLength 
)
This language is not supported or no code example is available.

Parameters

verticesLength
int

Initial array length without considering prefix, suffix and tolerance texts

Return Value

Point3D[]

The dimensioned array

.NET Framework

Supported in: 4.8

In this article

Definition