API Reference > Classes > Geometry Classes > OdBmAProperties Class > OdBmAProperties Methods > OdBmAProperties::getAProperty Method
OdBmAProperties::getAProperty Method
Syntax
C++
bool getAProperty(const OdString& name, OdBmAPropertyPtr& prop) const;
Parameters 
Description 
const OdString& name 
[in] Name of the property.  
OdBmAPropertyPtr& prop 
[out] The output property.
 

true if the property with a given name was found, false - otherwise.

Returns a property with a given name. 

 

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