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

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

Returns the value of a property with a given name. 

 

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