Browse By Tags

  • [C# Addins] How to set the LineSpaceing value of TextNodeElement?

    Here is my C# code: TextNodeElement TN = app.CreateTextNodeElement1(...) TN.AddTextLine("a"); TN.AddTextLine("b"); It works good in Microstation V8i(SS3),but the LineSpaceing is much more in Microstation XM 08090451, TextNodeElement type element…
  • ProjectWise SDK and C# Wrapper Classes - Heap Corruption

    Hi everyone, I've hit a bit of a brick wall and I am running out of clues on how else to debug this problem. In a nutshell, I've got C# wrapper classes written around the ProjectWise API and in turn, this library is consumed and used by an MVC3 web…
  • Re: can a program in Matlab call external program WaterGEMS

    Hello, I received your private message and answering your questions here so that others can benefit. What is WaterObjects.NET API? API is Application Programming Interface. In simple terms, it’s a way to communicate with the software or to its…