C++
AcGiVariant* getElemAt( int nIndex, ACHAR*& ) const;
Description
Deprecated. Returns a pointer to the AcGiVariant at a specific position in the table. Note that it is not guaranteed that the index number remains consistent.
Caller is responsible for deleting the outgoing 'key' using acutDelString.
Parameters
Parameters | Description |
---|---|
idx | Input index of table |
key | Output value at table |
Links
Previous Declaration
const AcGiVariant* getElem(ACHAR *const) const;
Use Instead
ACDBCORE2D_PORT AcGiVariant* getElemAt(int nIndex, AcString &) const;