IntelliCAD 11.1 Object Library
ConvertVectorToArray Method
See Also 
Vector
The Vector object to convert.
Is3DVector

Boolean value:

TRUE = The point is three-dimensional.

FALSE = The point is not three-dimensional.

Library Object : ConvertVectorToArray Method

Description

Converts a Vector object to an array of doubles.

Syntax

Visual Basic
Public Function ConvertVectorToArray( _
   ByVal Vector As Vector, _
   ByVal Is3DVector As Boolean _
) As Variant

Parameters

Vector
The Vector object to convert.
Is3DVector

Boolean value:

TRUE = The point is three-dimensional.

FALSE = The point is not three-dimensional.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.