Share

AcValue::get

C++

ACDBCORE2D_PORT bool get(
    Adesk::Time64& date
) const;

Description

Returns the value assigned to the AcValue object.

Parameters

Parameters Description
date Output reference to a 64-bit time value

Returns

true if value was returned successfully, else false.

Links

AcValue

Was this information helpful?