API Reference > Classes > Database Classes > OdBmDatabase Class > OdBmDatabase Methods > OdBmDatabase::editFamily Method (OdString&, OdBmDatabasePtr&)
OdBmDatabase::editFamily Method (OdString&, OdBmDatabasePtr&)
Syntax
C++
OdResult editFamily(const OdString& name, OdBmDatabasePtr& pDb) const;
Parameters 
Description 
const OdString& name 
[in] Name of the family to be edited.  
OdBmDatabasePtr& pDb 
[in] Pointer to a database to be created.
 

eOk if the operation completed successfully, or an appropriate error code otherwise.

This creates an independent copy of the family for editing.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.