C++
ACDBCORE2D_PORT bool get( double& x, double& y, double& z ) const;
Description
Returns the value assigned to the AcValue object.
Parameters
Parameters | Description |
---|---|
x | Output reference to a double that represents X-axis value |
y | Output reference to a double that represents Y-axis value |
z | Output reference to a double that represents Z-axis value |
Returns
true if value was returned successfully, else false.