Share

AcGiVariant::deleteElem

C++

void deleteElem(
    const ACHAR * pKey
);

Description

Removes the table element at index 'key'

Parameters

Parameters Description
key Unique string key used as a locator for a value in the table.

Links

AcGiVariant

Previous Declaration

void deleteElem(

ACHAR *const

);

Was this information helpful?