Share

AcGiVariant::asUint Method

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.

Links

AcGiVariant

Was this information helpful?