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

Adds a property with 2 double values. 

 

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