IntelliCAD 11.1 Object Library | |
ConvertArrayToPoint 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 : ConvertArrayToPoint Method |
Description
Converts an array of doubles to a Point object.
Syntax
Visual Basic |
---|
Public Function ConvertArrayToPoint( _ ByVal ArrayOfDoubles As Variant, _ ByVal Is3DPoint As Boolean _ ) As Point |
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.