C++
const AcGiVariant* getElem( const ACHAR * pKey ) const;
Description
This function is only valid if type() is kTable. This method is used to obtain the value paired with the string key.
Returns the value at the index, or NULL if type() is either not kTable or the key does not exist in the name/value pair list.
Parameters
Parameters | Description |
---|---|
key | Input a unique string key used as a locator for a value in the table. |
Links
Previous Declaration
const AcGiVariant* getElem(
ACHAR *const
) const