IntelliCAD 11.1 Object Library
ConvertArrayToPoints Method
See Also 
ArrayOfDoubles
A 4x4 array of double-precision variables (or values).
Is3DPoint

Boolean value:

TRUE = The point is three-dimensional.

FALSE = The point is not three-dimensional.

Library Object : ConvertArrayToPoints Method

Description

Converts an array of doubles to a collection of points.

Syntax

Visual Basic
Public Function ConvertArrayToPoints( _
   ByVal ArrayOfDoubles As Variant, _
   ByVal Is3DPoint As Boolean _
) As Points

Parameters

ArrayOfDoubles
A 4x4 array of double-precision variables (or values).
Is3DPoint

Boolean value:

TRUE = The point is three-dimensional.

FALSE = The point is not three-dimensional.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.