![]() |
MKI_DatabaseCellGet (Databases) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntaxbool MKI_DatabaseCellGet( __int32 f_nDatabaseIndex, __int32 f_nRowIndex, __int32 Cof_nlumnIndex, MKI_DATABASE_CELL_REF f_rData );
Retrieves the content of the given database cell.
ParametersDatabaseIndex [__int32] Index of the database whose cell content shall be retrieved. A value between MKI_BLOCK_INDEX and MKI_BLOCK_INDEX + MKI_DATABASE_INTERNAL_MAX - 1 indicates an internal database. RowIndex [__int32] Index of the cell’s row. ColumnIndex [__int32] Index of the cell’s column. Data [MKI_DATABASE_CELL_REF] Address of a buffer that will receive information about the given cell.
Return ValueReturns true if successful, false if not.
CommentTo access an internal database, DatabaseIndex must be a value between MKI_BLOCK_INDEX and MKI_BLOCK_INDEX + MKI_DATABASE_INTERNAL_MAX - 1. MKI_BLOCK_INDEX refers to the drawing's default internal database (with empty name), MKI_BLOCK_INDEX + 1 through MKI_BLOCK_INDEX + MKI_DATABASE_INTERNAL_MAX - 1 refer to the other named internal database (with non-empty names).
To access an external database, DatabaseIndex must be a value between 0 and MKI_DATABASE_MAX - 1.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH