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