Share

AcValue::get

C++

ACDB_PORT bool get(
    VARIANT& var
) const;

Description

Returns the value assigned to the AcValue object.

Parameters

Parameters Description
var Output reference to a variant value

Returns

true if value was returned successfully, else false.

Links

AcValue

Was this information helpful?