C++
ACDBCORE2D_PORT Adesk::UInt32 asUlong() const;
Description
Returns the current value as an unsigned long.
Returns
The variant value as an unsigned long.
Remarks
This is equivalent to calling asInt() and casting the result to an unsigned long.
Links
Previous Declaration
ACDB_PORT unsigned long asUlong() const;