Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
ConfigurationManager
.NET
Configuration Mgr Example
Configuration Variable
connect
DgnPlatformNet
IterateThroughVariables
MstnPlatformNet
session
Workspace Interface
[CONNECT .NET] Configuration Variables
Jon Summers
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…
over 3 years ago
MicroStation Programming
MicroStation Programming Blog
[CONNECT .NET] ConfigurationManager.IterateThroughVariables missing
Jon Summers
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…
over 3 years ago
MicroStation Programming
MicroStation Programming Forum
[CONNECT .NET] Get Configuration Variable Value
Jon Summers
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…
over 3 years ago
MicroStation Programming
MicroStation Programming Forum