Share

AcGiVariant::asLong Method

C++

ACDBCORE2D_PORT Adesk::Int32 asLong() const;

Description

Returns the current value as a long.

Returns

The variant value as a long.

Remarks

This is equivalent to calling asInt() and casting the result to a long.

Links

AcGiVariant

Previous Declaration

ACDB_PORT long asLong() const;

Was this information helpful?