Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: [CONNECT C++] How do I read EC Units Schema data?

$
0
0
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();

Viewing all articles
Browse latest Browse all 7260


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>