API Reference > OdDAI Namespace > Classes > Select Class > Select Methods > Select::setDoubleArray Method
Select::setDoubleArray Method
Syntax
C++
bool setDoubleArray(const OdArray<double> & val);
Parameters 
Description 
const OdArray<double> & val 
[in] A new value.  

Returns true if the value was successfully set; otherwise, the method returns false.

Sets a new value represented with an array of double values.

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