HI All,
Have any idea about copy model element to another model use Bentley C# Code..
I have code for copy model
1.
ModelReference MdlRef = msApp.ActiveDesignFile.Models.Copy(msApp.ActiveDesignFile.DefaultModelReference, null, null );
but…
Hello,
I am wondering if I could get some help creating a tool to rename drawing file(s) (DGN or DWG) from their original file name to the following environment title block attributes or symbols: <Environment.SUBSTATION_NUMBER>_<Environment.DWG_N0>…
Hi Mr. Jon & Mr.Stack
I created this using C++ inside Visual Studio 2010. It is a winform application so it will work externally.
Please find the Read.h (C++ header file ), where i have written the code to draw blocks give some suggestions.
Thanks…
I have a C# script designed to scan dgn files in a selected directory and generate a report on the files scanned. The script is written to run outside of microstation and it works fine.
The problem is when clients attempt to run more than one instance…
Thanks Mr. Jon
Please find the Extract.rar.
This is a sample C++ project to copy element made in visual studio 2008.
Please can you give any suggestion to make a .ma or .dll file so that i can call it from microstation
Regards
Manoj
Hi All,
I am using Visual Studio 2010 , Microstaion V8i and C++/C#.net
I loaded the laser points to microstation using terrascan.
I want to create blocks along the center line having certain length and width.
i want to count the number of laser…
Hi,
does anyone have a AddIn example they could share for a docktoolbar. I can get dockpanel working fine, it docks undocks etc. but the Docktoolbar just sits there not docking at a top or bottom tool bar.
TIA
Dave
Hello everyone!
I wanna develop a new tool to disable users from selecting elements belonging to a specified level.The final effect shows below.Whenever cursor hovers over those elements,it will show forbidden.It would be very helpful if you can show…