Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDatabase::wblock Method (OdDbObjectId)
Syntax
C++
OdDbDatabasePtr wblock(OdDbObjectId blockId);

Clones specified objects of this database to a new database. 

 

Parameters
Description
blockId
[in] Object ID of the BlockTableRecord to be cloned.

The method creates a new OdDbDatabase object, populates it with specified objects from this database using the wblockClone() method and returns a smart pointer to the new database. All objects are copied with their dependencies. For example, if a text entity uses a specific textstyle, it will be copied as well; line entities will be copied with their linestyles, etc.

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