Share

AcGiVariant::asEnum Method

C++

ACDBCORE2D_PORT EnumType asEnum() const;

Description

Returns the current value as an AcGiVariant::EnumType.

Returns

The variant value as an AcGiVariant::EnumType.

Remarks

This is equivalent to calling asInt() and creating an AcGiVariant::EnumType from the result.

Links

AcGiVariant

Was this information helpful?