API Reference > OdDAI Namespace > Classes > Select Class > Select Methods > Select::getDoubleArray Method
Select::getDoubleArray Method
Syntax
C++
bool getDoubleArray(OdArray<double> & res) const;
Parameters 
Description 
OdArray<double> & res 
[out] A placeholder for the array to be filled and returned to a calling subroutine.  

Returns true if the value is successfully converted and returned to a calling subroutine; otherwise, the method returns false.

Retrieves the current value as an array of double values.

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