API Reference > Classes > Geometry Classes > OdBmAProperties Class > OdBmAProperties Methods > OdBmAProperties::getAPropertyDouble4 Method
OdBmAProperties::getAPropertyDouble4 Method
Syntax
C++
OdResult getAPropertyDouble4(const OdString& name, double (&value)[4]) const;
Parameters 
Description 
const OdString& name 
[in] Name of the property.  
value 
[out] An array with 4 elements.
 

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.