Share

set Method

Overload List

Method Description
AcGiVariant::set (AcCmColor&) Changes the instance to be of type kColor, and assigns a new value.
AcGiVariant::set (ACHAR *) Changes the instance to be of type kString, and assigns a new value.
AcGiVariant::set (Adesk::Int32) Changes the instance to be of type kInt, and assigns a new value.
AcGiVariant::set (bool) Changes the instance to be of type kBoolean, and assigns a new value.
AcGiVariant::set (double) Changes the instance to be of type kDouble, and assigns a new value.

Was this information helpful?