IntelliCAD 11.1 Object Library
ConvertPointsToArray Method
See Also 
Points
The Points Collection object to convert.
Is3DPoint

Boolean value:

TRUE = The point is three-dimensional.

FALSE = The point is not three-dimensional.

Library Object : ConvertPointsToArray Method

Description

Converts a Points Collection object to an array of doubles.

Syntax

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

Parameters

Points
The Points Collection 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.