Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::insertRows Method
Syntax
C++
virtual void insertRows(OdUInt32 row, double height, OdUInt32 numRows = 1);

Inserts the specified number of rows into this table entity at the specified row index. 

 

Parameters
Description
row
[in] Row index.
height
[in] Height of the inserted rows.
numRows
[in] Number of rows to insert.

Method generates the eInvalidInput exception when the height is zero.

Copyright © 2002-2022. Open Design Alliance All rights reserved.