IntelliCAD 11.1 Object Library | |
ConvertArrayToVector Method | |
See Also |
- ArrayOfDoubles
- A 4x4 array of double-precision variables (or values).
- Is3DVector
Boolean value:
TRUE = The point is three-dimensional.
FALSE = The point is not three-dimensional.
Library Object : ConvertArrayToVector Method |
Description
Converts an array of doubles to a Vector object.
Syntax
Visual Basic |
---|
Public Function ConvertArrayToVector( _ ByVal ArrayOfDoubles As Variant, _ ByVal Is3DVector As Boolean _ ) As Vector |
Parameters
- ArrayOfDoubles
- A 4x4 array of double-precision variables (or values).
- Is3DVector
Boolean value:
TRUE = The point is three-dimensional.
FALSE = The point is not three-dimensional.