Share

AcGiVariant::setElem

C++

void setElem(
    const ACHAR * pKey, 
    const AcGiVariant&
);

Description

Adds the value into the table, at index 'key'. If the type() is not yet kTable, the type is converted to kTable. If the key already exists, the value at that key will be overidden with the new value 'value'.

Parameters

Parameters Description
unnamed Index at which to assign the value.
value Value to assign to the table at index 'key'.

Links

AcGiVariant

Previous Declaration

void setElem(

ACHAR *const,

const AcGiVariant&

);

Was this information helpful?