Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::canDelete Method
Syntax
C++
virtual bool canDelete(OdInt32 nIndex, OdInt32 nCount, bool bRow) const;

Checks if rows or columns can be deleted from the specified index. 

 

Parameters
Description
nIndex
[in] Index.
nCount
[in] Number of rows or columns.
bRow
[in] Flag that indicates what to check: "true" for rows or "false" for columns.

True if rows or columns can be deleted; false otherwise.

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