• MIcrostation V8i SS3 get Tag value c#

    Hi, I'm trying to get the tag value using c#. opened the design file using OpenDesignFileForProgram. BCOM.TagElement tele1 = _Ele.AsTagElement(); //Working fine Console.WriteLine(tele1.TagSetName); //working fine Console.WriteLine( tele1.TagDefinitionName…
  • C# Issue with saving .DGN file that includes raster image to .DWG

    Hi, I have .DGN file with attached raster image (for example .PNG) and want to save it into .DWG file. During saving something going wrong and as a result when I open .DWG file in DWG TrueView 2016 I have an empty area (just a frame) instead of raster…