C++
ACDBCORE2D_PORT unsigned int asUint() const;
Description
Returns the current value as an unsigned int.
Returns
The variant value as an unsigned int.
Remarks
This is equivalent to calling asInt() and casting the result to an unsigned int.
ACDBCORE2D_PORT unsigned int asUint() const;
Returns the current value as an unsigned int.
The variant value as an unsigned int.
This is equivalent to calling asInt() and casting the result to an unsigned int.