![]() |
MKI_DatabaseGetNumber (Databases) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntax__int32 MKI_DatabaseGetNumber( bool f_fInternalDatabase );
Determines the number of internal or currently loaded external databases.
ParametersInternalDatabase New in Version 2019.0 [bool] Pass true if the number of its internal databases shall be returned or false if the number of loaded external databases shall be returned.
Return ValueReturns the number of internal databases of the stated drawing or the number of external database currently loaded.
CommentWhen determining the number of internal databases, the default internal database is only counted if it's not empty, i.e. contains at least one column. All other internal databases are counted as soon as they have a name, no matter it they have any content. When determining the number of external databases. all database with names are counted, no matter it they have any content.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH