Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDatabase::setSecurityParams Method
Syntax
C++
void setSecurityParams(const OdSecurityParams& secParams, bool setDbMod = true);

Sets the security parameters of this database object. 

 

Parameters
Description
secParams
[in] Security params.
setDbMod
[in] If and only if true, the DBMOD variable will be set if the security settings are modified.

As implemented, this function ignores setDbMod and never modifies the DBMOD variable. It will be fully implemented in a future release.

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