xxxxGetAttrNameByIndex
Syntax
// // Strong typing definition // void xxxxGetAttrNameByIndex( SdaiInstance instance, SdaiInteger index, const char ** name ); // // Weak typing definition // void __declspec(dllexport) __stdcall xxxxGetAttrNameByIndex( int_t instance, int_t index, const char ** name );