Share

getElemAt Method

Overload List

Method Description
AcGiVariant::getElemAt (int, ACHAR*&, AcGiVariant &) Deprecated. Returns the key and value 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.Returns Acad::eOk if an item was found at location 'idx' and the key and value can be retrieved successfully.
AcGiVariant::getElemAt (int, ACHAR*&) 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.
AcGiVariant::getElemAt (int, AcString &, AcGiVariant &) Returns the key and value at a specific position in the table. Note that it is not guaranteed that the index number remains consistent.Returns Acad::eOk if an item was found at location 'idx' and the key and value can be retrieved successfully.
AcGiVariant::getElemAt (int, AcString &) 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.

Was this information helpful?