Share

AcGiVariant::getElemAt

C++

ACDBCORE2D_PORT AcGiVariant* getElemAt(
    int nIndex, 
    AcString &
) const;

Description

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.

Parameters

Parameters Description
idx Input index to table
key Output value at table

Links

AcGiVariant

Declaration

ACDBCORE2D_PORT AcGiVariant* getElemAt(int nIndex, AcString &) const;

Was this information helpful?