ArrayRectangular Method

IntelliCAD 11.1 Object Library
ArrayRectangular Method
See Also 
NumberOfRows
NumberOfColumns
NumberOfLevels
GapBetweenRows
GapBetweenColumns
GapBetweenLevels
Table Object : ArrayRectangular Method

Description

Creates a rectangular array.

Syntax

Visual Basic
Public Function ArrayRectangular( _
   ByVal NumberOfRows As Integer, _
   ByVal NumberOfColumns As Integer, _
   ByVal NumberOfLevels As Integer, _
   ByVal GapBetweenRows As Double, _
   ByVal GapBetweenColumns As Double, _
   ByVal GapBetweenLevels As Double _
) As SelectionSet

Parameters

NumberOfRows
NumberOfColumns
NumberOfLevels
GapBetweenRows
GapBetweenColumns
GapBetweenLevels

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.