Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
MicroStation
Programming
.NET
.NET dotNET C# CSharp
08.11.09.578
addin
Bentley
Bentley Developer Network
c#
C++
code
connect
development
en
Macro
MDL
MicroStation Programming
MicroStation V8i
mvba
SDK
SELECTsupport
v8 xm
v8i
VBA
VBAWindows 7 32 bit
Windows 7 32 bit
Windows 7 64 bit
Procedure to search the value from the Excel in a Microstation files
M k
Hi all, Should I create a macro or procedure to search the value from the Excel file in a Microstation files. I have a value (text or number) written to Excel I want to create a link that searches the value (text or numbers) on the dgn file. Thank…
over 7 years ago
MicroStation Programming
MicroStation Programming Forum
How to handle the pipe ('|') character
Shiraz Somji
Right now I am utilizing the CadInputQueue.SendCommand() method to send custom commands to the ActiveDocument. There are some commands which contain the pipe character ('|') within them. [For example: "append|macro daoff"] The entire command is generated…
Answered
over 7 years ago
MicroStation Programming
MicroStation Programming Forum
MicroStation Wiki
Andrew Bell
MicroStation MicroStation PowerDraft Bentley View MicroStation 2023 FAQ MicroStation CONNECT Edition [FAQ] MicroStation PowerDraft CONNECT Edition [FAQ] Bentley View [FAQ] Microstation [FAQ] MicroStation PowerDraft V8 2004…
2 months ago
MicroStation
MicroStation Wiki
Keyin to load the VBA Project Manager in MicroStation Connect
Leonard Jones
Product(s): MicroStation Version(s): 10.02.00.39 Environment: N\A Area: Programming Subarea: VBA Problem Keyin to load the VBA Project Manager in MicroStation Connect Solution…
over 7 years ago
MicroStation
MicroStation Wiki
Automation Error with TAG.Value when reading from Excel
Paul Rowlands
I am writing an application to read MS tags from excel, something I have done many many times over the years but I get the following error message when obtaining the value of the tag - Run-time error '-2147417847(80010108) Automation error, The object…
over 7 years ago
MicroStation Programming
MicroStation Programming Forum
Rewrite Logical references in Projectwise. How to sync that into the DGN:s afterwards?
johan.friberg
Hello there. I am migrating documents from one datasource to another using the Projectwise API. Some of the documents are logical sets containing references to other documents. Thiese relations can be viewed on the Dependency Service-tab. I start…
over 7 years ago
Developers and Programming
Developers and Programming Forum
how do i change line scale dynamically using Bentley API?
Udayakiran Bendi
could any one let me know how do i change line scale dynamically using Bentley API with a example program?
over 7 years ago
Developers and Programming
Developers and Programming Forum
Move attached Raster to a point in Bentley Map Keyin
A J
Hi All, I want to move a raster file to a point , which is attached via Raster Manager in Bentley Map. [Enterprise V8i] I am looking for any Keyins available for the same use. if not any source code also ok. :) Thanks for the help in advance! …
Answered
over 7 years ago
Developers and Programming
Developers and Programming Forum
RE: [CONNECT] How to Stop Autoload of MDL apps
Maria Garcia
Hi Loren, Maybe it is a good idea to post this in the MicroStation programming forums communities.bentley.com/.../microstation_programming Also review this link communities.bentley.com/.../running-mdl-applications MicroStation initialization. MicroStation…
over 7 years ago
MicroStation
MicroStation Forum
DIALOG REFERENCE OPEN
Gregory Smith
Simple Startup VBA (from Geospatial Paradigm Solutions, Inc. Autorun.mvba - modified slightly) I added the Startup keyin command to open the REFERENCE dialog (among others). However, once open, the dialog will not respond to changes from SHEET to…
Answered
over 7 years ago
Developers and Programming
Developers and Programming Forum
MSTN Connect - Crash when I put a resource-only DLL containing toolbox icons into MdlApps/Icons folder
Christian M
Hello, It looks like I've been able to get my software running on MSTN Connect (10.0.0.25) but I'm having problems with the Icon Resources for the toolbars. In all previous versions (XM, 8i), we define the toolbars using the MA compiler, and we…
over 7 years ago
Developers and Programming
Developers and Programming Forum
[CONNECT] - Code for adding a *.CSV file to MicroStation CONNECT
Rodrigo Caviedes
Hello, I'm making a program in VBA for MicroStation CONNECT that create a *.CSV file with parameters that later are implemented in a model. Now I successfully have created and run the program with the information and then imported manually. The Model…
over 7 years ago
Developers and Programming
Developers and Programming Forum
[CONNECT C#] Creating a TransientElementContainer crashes MicroStation.
Ben L
Hello! I've run into a snag with transient elements. When creating a new transient element container via the "CreateTransientElementContainer1" method, MicroStation crashes and prompts with the Bentley "MicroStation stopped working" dialog. This problem…
over 7 years ago
Developers and Programming
Developers and Programming Forum
[V8i MDL] Every second row is black for large images
Mantas Unknown
Hello, I have a problem that every second row of PNG file is black (RGB 0, 0 ,0). It is generated using these MDL commands: int g_colorMode = COLORMODE_RGB; int g_tileCols = 0; int g_tileRows = 0; int g_fileFormat = IMAGEFILE_PNG; int g_Compression…
over 7 years ago
MicroStation Programming
[Archived] 中国BDN社区 MDL/C/C++
text being crossed by elements
Mike Madrid
I am just looking for a feasibility-type answer. I have a user asking if it is possible to write an app that would scan each body of text in a file and place a marker of some sort if the text is being crossed (either under or over) by another element…
over 8 years ago
MicroStation Programming
MicroStation Programming Forum
Where are my newly created BMRs Stored?
Leonard Jones
Product(s): MicroStation Version(s): 10.00.00.25 Environment: N\A Area: Programming Subarea: Macro Recorder Question Where are my newly created BMRs Stored? Answer Newly created macros…
over 8 years ago
MicroStation
MicroStation Wiki
Run BMR when opening files
Leonard Jones
Product(s): MicroStation Version(s): 10.00.00.25 Environment: N\A Area: Programming Subarea: Macro Recorder Question How to run BMRs when opening files?. Answer Unlike macros link , BMRs…
over 8 years ago
MicroStation
MicroStation Wiki
BMR files cannot be viewed in a Text Editor
Leonard Jones
Product(s): MicroStation Version(s): 10.00.00.25 Environment: N\A Area: Programming Subarea: Macro Recorder Question Can BMR files be viewed in a Text Editor?. Answer BMR files…
over 8 years ago
MicroStation
MicroStation Wiki
How to read the RGB values of the Attached Color Table
Tristan Anderson
Applies To Product(s): MicroStation Version(s): 08.11.09.578 Environment: Windows 7 32 bit,Windows 7 64 bit Area: Programming Subarea: VBA Original Author: Tristan Anderson…
over 8 years ago
MicroStation
MicroStation Wiki
Using a VBA Macro
Andrew Bell
Product: MicroStation Version: V8i, CONNECT Environment: N\A Area: Programming Subarea: VBA Background Information How do I use a macro that I was sent? How do I integrate a sent file "Example…
8 months ago
MicroStation
MicroStation Wiki
VBA - Interface Error: 0x80040502
Tristan Anderson
Applies To Product(s): MicroStation Version(s): 08.11.09.578 Environment: Windows 7 32 bit,Windows 7 64 bit Area: Programming Subarea: VBA Original…
over 8 years ago
MicroStation
MicroStation Wiki
Using the VBA object PropertyHandler to change the Element Information
Tristan Anderson
Applies To Product(s): MicroStation Version(s): 08.11.09.578 Environment: Windows 7 32 bit,Windows 7 64 bit Area: Programming Subarea: VBA Original Author: Tristan Anderson…
over 8 years ago
MicroStation
MicroStation Wiki
VBA Error in Execution: Project or Library Not Found
Tristan Anderson
Applies To Product(s): MicroStation Version(s): 08.11.09.578 Environment: Windows 7 32 bit,Windows 7 64 bit Area: Programming Subarea: VBA Original…
over 8 years ago
MicroStation
MicroStation Wiki
Avoiding Inaccuracies in VBA Methods - .FacetSolidAsShapes for SmartSolids
Tristan Anderson
Applies To Product(s): MicroStation Version(s): 08.11.09.578 Environment: Windows 7 32 bit,Windows 7 64 bit Area: Programming Subarea: VBA Original Author: Tristan Anderson…
over 8 years ago
MicroStation
MicroStation Wiki
Browsing References for Specific Items
Tristan Anderson
Applies To Product(s): MicroStation Version(s): 08.11.09.578 Environment: Windows 7 32 bit,Windows 7 64 bit Area: Programming Subarea: VBA Original Author: Tristan Anderson…
over 8 years ago
MicroStation
MicroStation Wiki
<
>