The .NET APIs divide configuration variable functionality between at least two classes: DgnPlatformNet::ConfigurationManager and MstnPlatformNet.Session .
We've written Viz Studio project ConfigurationManagerCombined that provides a façade for those…
The C++ MicroStationAPI provides class ConfigurationManager having method IterateThroughVariables . The DgnPlatformNET API also provides ConfigurationManager , but it lacks the IterateThroughVariables method.
Is there another way to iterate all configuration…
A customer asked: "My problem is having a class that will read a MicroStation config variable." An extended version of this answer is available .
DgnPlatformNet
The answer is straightforward, once you've (a) asked the right question, and (b) found…