API Reference > Classes > Geometry Classes > OdBmAProperties Class > OdBmAProperties Methods > OdBmAProperties::addAPropertyBoolean Method
OdBmAProperties::addAPropertyBoolean Method
Syntax
C++
void addAPropertyBoolean(const OdString& name, const bool value);
Parameters 
Description 
const OdString& name 
[in] Name of the property.  
const bool value 
[in] A boolean value. 

Adds a boolean property. 

 

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