Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbViewport::subSetDatabaseDefaults Method
Syntax
C++
virtual void subSetDatabaseDefaults(OdDbDatabase* pDb, bool doSubents);

Called by setDatabaseDefaults() after the values are set. 

 

Parameters
Description
pDb
[in] Pointer to the database whose default values are to be used.
doSubents
[in] Set to true if subentities should be processed.

If pDb is null, the database containing this entity is used. 

This function allows custom classes to inspect and modify the values set by setDatabaseDefaults.

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