Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
.NET
[V8i VB .NET MDL]
.dgn
.Net Basic mdl
.NET dotNET C# CSharp
.NET Microstation Programming
2004
2004 Edition
ActiveDesignFile
API
API SDK programming
Application Development
application windows
Basic .Net database mdl
batch process
beginner drawing geometry
Bentley
Bentley Developer Network
best practice
bmake
bmake include path
C sharp
c#
c# bmake makefile
C#/Addins SOLID_ELM
C++
CadInputQueue.Sendcommand
Las file loading without converting into pod
Daniel Christopher
Hi Team, Programmatically can i load las file directly into MicroStation V8i (SELECTseries 4) Version 08.11.09.829 without converting into pod format ? Thank you, B Daniel.
over 5 years ago
MicroStation Programming
MicroStation Programming Forum
[V8i, Other:VB.NET] Stroking B-Spline/Arc/Ellipse to LineString
Louie Pang
Hi, Below my understand on current available methods for "Stroking B-Spline/Arc/Ellipse to LineString" mdlElmdscr_stroke in MDL a B-Spline/Arc/Ellipse can be stroked to LineString From V8 VBA help, the topic "Stroke a B-spline Curve" did provided…
over 5 years ago
MicroStation Programming
MicroStation Programming Forum
Remote debugging of Microstation/Promis-e add-in
Daverode
Hello, I'm wondering if anyone has any experience with debugging a Microstation or Promis-e add-in over a network? My situation is that my Visual Studio is on a different machine than my Microstation App. At present I do not have the option to install…
over 5 years ago
MicroStation Programming
MicroStation Programming Forum
Is there a process limitation to the bentley.interop.microstationdgn?
TMA
We need to process approximately 200,000 dgn files. We would like to process these files on a server for obvious reasons. We have created a c# script that uses the bentley.interop.microstationdgn library. The script works for a while for like maybe…
over 6 years ago
MicroStation Programming
MicroStation Programming Forum
Units not correct in Microstation plug-in
Daverode
Hey Everyone, I'm developing a plug-in for Microstation that inserts several text elements in the Active Model. It seems that everything I insert, the units (such as Point3dOrigin(71,44,0)) end up being multiplied by 39.73 even though the Master and…
over 6 years ago
MicroStation Programming
MicroStation Programming Forum
[V8i C#] How to get the DisplayName of a property from PropertyDef
Nikolay Tsonev
I'm writing an add-in in C# using the Bentley Map API where I need to show the DisplayName of a property (of a feature) but in PropertyDef there's no such property than can get me the DisplayName. So how can I get the DisplayName of a property from…
over 7 years ago
Geospatial Programming
Geospatial Programming Forum
Copy One Model Element to another Model in Single DGN
suresh p
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…
over 7 years ago
MicroStation Programming
MicroStation Programming Forum
[v8i vb.net] Fence.DefineFromModelPoints throws exception for incorrect parameter
Philip Attisano
I moved a piece of code from VBA to VB.Net. I have encountered a problem when attempting to define a fence. I get a run time error stating that the parameter is incorrect. This code worked perfectly in VBA, but after converting to .net it fails. I'm stumped…
Answered
over 8 years ago
MicroStation Programming
MicroStation Programming Forum
Microstation VBA Batch Cell Replacement
kevindragonduong
I have created a program which will go through all my DGN drawings that are in many sub folders in a Master Folder. ( Example: C:/MasterFolder/Subfolder/1234.DGN) My program goes through each element looking for specific cell name and when it does find…
over 8 years ago
MicroStation Programming
MicroStation Programming Forum
.NET vs MVBA
theGreg
Hi all, Sorry for the naive questions, if they have already been answered on the forum, I am unable to find answers to this question. If they are answered already, please point me to the thread. I would like to know a few things about .NET and MVBA…
Answered
over 9 years ago
MicroStation Programming
MicroStation Programming Forum
RE: Dot net application not working in multiple microstation DGN
Manoj_Pal
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…
Read.rar
over 9 years ago
MicroStation Programming
MicroStation Programming Forum
Dot net application not working in multiple microstation DGN
Manoj_Pal
Hi Everyone, I have written one application to create blocks in microstation. Its working fine if one .dgn file is open. If i will open multiple dgn file , its only working in the dgn which was opened first. I used visual studio 2010, C++.net…
over 9 years ago
MicroStation Programming
MicroStation Programming Forum
RE: Create Blocks along center line and count points opened in micro station using Terra scan
Manoj_Pal
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
Extract.rar
over 9 years ago
MicroStation Programming
MicroStation Programming Forum
Create Blocks along center line and count points opened in micro station using Terra scan
Manoj_Pal
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…
over 9 years ago
MicroStation Programming
MicroStation Programming Forum