Overload List
Method | Description |
---|---|
![]() | This function is only valid if type() is kTable. This method is used to obtain the value paired with the string key.Returns Acad::eOk if type() is kTable, the key exists in the table, and the value can be retrieved successfully. |
![]() | 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. |