IntelliCAD 11.1 Object Library
ConvertPointToArray Method
See Also 
Point
The Point object to convert.
Is3DPoint

Boolean value:

TRUE = The point is three-dimensional.

FALSE = The point is not three-dimensional.

Library Object : ConvertPointToArray Method

Description

Converts a Point object to an array of doubles.

Syntax

Visual Basic
Public Function ConvertPointToArray( _
   ByVal Point As Point, _
   ByVal Is3DPoint As Boolean _
) As Variant

Parameters

Point
The Point object to convert.
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.