Align by Origin ◄ Download
Align by Origin is a small applet written for MicroStation that enables users to quickly align elements about their X and Y origins.
Points of Interest For New and Experienced MicroStation VBA Programmers...
The class…
I have the next code: public void Update(IDgnECInstance instance, string propertyName, string value)
{
instance.SetAsString(propertyName, value);
instance.WriteChanges();
} How can I enable users to reverse actions performed in my custom form using…
reCall.1.1 ◄ Download
reCall is a small applet written for MicroStation that enables users to quickly select commands from recent history. When the user issues a double right-click (double reset) the applet presents a menu at the cursor containing the…
Product:
OpenRoad SignCAD 2023
Version:
23.00.00.151
Area:
How-to
Original Author:
Bentley Global Technical Support
Introduction: Below are the instructions for loading the OpenRoads SignCAD…
Dear All,
when I am open the microstation...
appears warning " Unable to load/create dialog item of type 'IconCmd', id = 40101 from dialog/task "/USTN" .....
how to fixed it..?
please your advice..
I am writing an application for MicroStation and ORD under c# I plan to cache specific data to improve the application's startup speed following a session involving a file. In light of this, having access to a file hash would be extremely helpful. Does…
Whenever I try to use shortcuts, (Q) a different menu comes up, the selection menu pops up instead of the usual shortcuts menu. If I want to acess it i'm forced to draw a smart line first and then it gives me the option to go to the shortcuts window and…
Prodotto(i):
MicroStation
Versione(i):
V8i-CONNECT
Ambiente:
N\A
Area:
Nuvola di Punti
Subarea:
N\A
Problema
L'utente ha un file DGN con alcune nuvole di punti allegate. A causa, ad esempio…
Product:
MicroStation
Version:
V8 2004, XM, V8i, CONNECT, 2023
Environment:
N\A
Area:
Reference
Subarea:
N\A
Problem
How to order Reference Attachments to appear behind or in front of active…
Product:
MicroStation
Version:
V8i, CONNECT, 2023
Environment:
N\A
Area:
Levels
Subarea:
Level Display
Background
Elements in a 2D model are displayed based on draw order by default. If you…
This is the code I have, and I am trying to pull the text out of cells like in my image and spit it out into a .txt file. The code I have works for things outside of a cell, but I believe the fact of the text being inside of a cell is keeping it from…
I currently have this code in C# in a console application, the only thing at the moment is wanting to open microstation connect edition, but unfortunately it throws an error or returns null
static void Main(string[] args)
{
try
{
Type type1…
Product:
MicroStation
Version:
CONNECT, 2023
Environment:
N/A
Area:
Base Geometry
Subarea:
N/A
Problem
Is there a "free-hand" drawing or "tracing" functionality available in MicroStation? …
Hello everyone,
This discussion is not new but still, I am not getting things in place even after looking at several threads here. I so thought to post a new one.
I'm facing some challenges in achieving a specific task using Microstation CE and…
Product:
MicroStation
Version:
CONNECT, 2023
Environment:
N/A
Area:
Drawing Aids
Subarea:
AccuDraw
Problem
The Coordinate System Rotation setting in the AccuDraw Settings keeps reverting to…
Hello,
I am trying to reduce the amount of details on a project in Microstation so that project runs smoothly in another program. To do this, I created a macro in VBA that replaces custom elements with slabs. The size of the new elements is taken based…