API Reference > Classes > Geometry Classes > OdBmAProperties Class > OdBmAProperties Methods > OdBmAProperties::getAPropertyEnum Method
OdBmAProperties::getAPropertyEnum Method
Syntax
C++
OdResult getAPropertyEnum(const OdString& name, OdInt32& value) const;
Parameters 
Description 
const OdString& name 
[in] Name of the property.  
OdInt32& 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.