AcValue::AcValue(double, double, double) Constructor

C++
ACDBCORE2D_PORT AcValue(
    double x, 
    double y, 
    double z
);
Parameters
Parameters 
Description 
Input x-coordinate value to be copied into 'this' object 
Input y-coordinate value to be copied into 'this' object 
Input z-coordinate value to be copied into 'this' object 
Description

For internal use only.

Links