Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDatabase::createLayout Method
Syntax
C++
virtual OdDbObjectId createLayout(const OdString& layoutName, OdDbObjectId* pBlockTableRecId = 0);

Creates a new layout with the specified name in this database object.

Parameters
Description
layoutName
[in] Layout name.
pBlockTableRecId
[in] Pointer to the BlockTableRecID to receive the object ID of the new BlockTableRecord object.

The newly created layout is added to this database object along with its newly created associated OdDbBlockTableRecord. 

 

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