Share

AcGiVariant::asShort Method

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.

Links

AcGiVariant

Was this information helpful?