API Reference > Other Classes > OdValue Class > OdValue Methods > get Method > OdValue::get Method (double&, double&, double&)
OdValue::get Method (double&, double&, double&)
Syntax
C++
bool get(double& x, double& y, double& z) const;
Parameters 
Description 
double& x 
[out] Receives the X-coordinate of the point.  
double& y 
[out] Receives the Y-coordinate of the point.  
double& z 
[out] Receives the Z-coordinate of the point. 

Returns true if and only if successful.

Returns the value of this FieldValue object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.