This command arrays the selection by a specified number and distance in both X and Y directions.
![]()
Synopsis
int uiEditArray( dbSelectionSet* sset, int nCols, int nRows, float fColDistance, float fRowDistance )
Return Value
Returns 1 if successful, else 0.
Parameters
sset - object selection set.
nCols - count in the X direction.
nRows - count in the Y direction.
fColDistance - x spacing.
fRowDistance - y spacing.