Share

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

C++

ACDBCORE2D_PORT AcValue(
    double x, 
    double y, 
    double z
);

Description

For internal use only.

Parameters

Parameters Description
x Input x-coordinate value to be copied into 'this' object
y Input y-coordinate value to be copied into 'this' object
z Input z-coordinate value to be copied into 'this' object

Links

AcValue

Was this information helpful?