根据类别ID获取类别名。
1
std::string ConfigData::GetClassName(const size_t classId);
参数名
输入/输出
说明
classId
输入
类别ID。
数据结构
std::string
返回类别名。