• [CONNECT Update 17 C#] Navigating a TextBlock

    TextBlock Class From the DgnPlatformNet help document: In the TextBlock DOM, this is the master object that represents a piece of text as a whole, and is the primary high-level object used to deal with multi-line, formatted text (and is also generally…
  • [MSCE U16 DgnPlatformNet] Elements stored beyond an "Undo" operation are being replaced by new elements

    We are plotting elements and storing them in a List for reference.. What we have noticed is that when the elements are undone, the "IsDeleted" property becomes True and the IsValid property become false as expected.... However, once we add a new element…
  • [CONNECT C#] Element.ReplaceInModel

    While investigating this problem , I came across another. The ManagedFenceExample app (delivered with the SDK) builds an ElementAgenda of the contents of the fence. Then it enumerates the ElementAgenda and applies a transform to each element. Lastly…
  • [CONNECT .NET] Get Configuration Variable Value

    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…
  • [CONNECT .NET] IAUIDataContext

    What is the IAUIDataContext ? It's mentioned in DgnPlatformNet help, but with no explanation.
  • RE: [Connect add ins c#] ElementScanCriteria

    Unknown said: I am having trouble using ElementScanCriteria. You don't need to use that COM InterOp with CONNECT. MicroStation CONNECT provides the DgnPlatformNet API that you use with C#. There are a couple of articles here about scanning and enumeration…