auto attr = unitClass->GetCustomAttribute(L"Unit_Attributes", L"Unit_Attributes"); // schema name, class name
ECValue v;
attr->GetValue(v, L"ShortLabel");
auto shortLabel = v.GetString();
ECValue v;
attr->GetValue(v, L"ShortLabel");
auto shortLabel = v.GetString();