API Reference > Classes > Database Classes > OdBmFamilyBase Class > OdBmFamilyBase Methods > OdBmFamilyBase::setIsModel Method
OdBmFamilyBase::setIsModel Method
Syntax
C++
OdResult setIsModel(bool);
Parameters 
Description 
value 
[in] A new value of the flag to be set.  

eOk if the new flag value was successfully set; otherwise, the method returns an appropriate error code.

Sets new value of the model flag. The model flag determines whether the family is a model family (if it is equal to true) or not (if it is equal to false).

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