In V8i addins I could easily set the color, weight, and linestyle to bylevel using:
Element.Color = -1
Element.Weight = -1
Element.LineStyle = ByLevelLineStyle
How do you achieve the same results in CONNECT? I know you use the ElementPropertiesSetter…
I want to find how to make my C# AddIn project's WinForm a child of MicroStation's main window. Is that possible?
While browsing MstnPlatformNet help I came across the Bentley.MstnPlatformNET.WinForms Namespace. It contains a number of useful…
I'm trying to update the URL for Engineering Links in a collection of DGN files. The problem is that I seam to be creating duplicates of the TAG when writing the updated element back into the model.
After processing a file, following the engineering…
Good morning all
I know this is not strictly Microstation but here goes. Having rebuilt my computer I now want to run a VB.net program that "draws" lines in Microstation.
I have a line in NameSpace "imports microststionDGN" but I cannot…
For years, Microsoft has provided developers with the tools needed to produce software applications. Beginning in…
If using a V8i (08.11.xx.xx) version of the software, see the Customizing the Interface - V8i article…
The purpose of this document is to guide you through the deployment process of Promis.e CONNECT Edition. The deployment…
Hi,
I want to programatically draw a circle, at a given point along a line (or spline), so that the circle is perpendicular to the line at that point.
So, almost like extruding a shape along a linear element, where the shape (a planar shape) has to…
How can i print a microstation model in c# programmatically ?
Publish Date: March 2006
Note: The files for this article are available from the Bentley Developer Network Example Code archive that is in the Bentley Developer Network Download Category of SELECTservices Online.
New in MicroStation V8 XM Edition is…
This technical document provides a description of published configuration variables in MicroStation CONNECT Edition. MicroStation…
This is a high level overview of differences between V8i…
Hello
Can anyone tell how to set the parameter for the key-in PRINTORGANIZER OUTPUTFILENAME <expression name>.
Valid entries for <expression name>...?
Regards
Øyvind Olsen
Norconsult Informasjobssystemer AS
I have some code where I call print organizer key-ins. I'm trying to set the print destination to my pdf file to c:\temp\.
I have already made a pset file where I set the default print definition name to <model name> and the output…
I'm trying to setup just a basic .NET VB 2010 Express app for Microstation V8i. I've installed the Microstation SDK. The only COM Reference I can find within VB to add is "Bentley Microstation DGN 8.9 Object Library". I would like to setup "Imports…
In MicroStation V8i, we use the task in MainClassic.dgnlib. Because our users want to continue using the same key-in shortcuts in MicroStation CONNECT, we copied this dgnlib to the CONNECT-environment.In MicroStation CONNECT Update 13, we select the workflow…
I created a VBA macro (Microstation V8), which runs like AccruDraw.It provides, for each mouse movement, the XYZ position of cursor and its projection in a DTM with a change in background color of the control TextBox according this position (green means…