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