• Macros - ProSteel V8i

    Vyanktesh Nama
    Vyanktesh Nama
    Product(s): ProSteel Version(s): V8i Area: Macros Subarea: N/A Original Author: Johannes Michalowsky, Bentley Product Advantage Group Updated By: Vyanktesh Nama, Bentley Product Advantage Group…
    • 11 months ago
    • ProStructures
    • ProStructures Wiki
  • [CONNECT Update 14 C#] Getting all of the Wall Centerlines from a DGN Drawing Automatically

    Kevin Richard Anggrek
    Kevin Richard Anggrek
    Hi everyone, I have a question regarding being able to recognize individual wall elements especially the wall's centerlines in a 2D MicroStation Drawing. My end goal is to use the centerline information of each wall object to recreate the wall in…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT C#] Managed Equivalents for older COM Interop Calls

    Francois Grobler
    Francois Grobler
    Hallo, I am converting existing add-ins that were written in C# using the COM Interop on V8i SS4 to the new CONNECT NET API and I would like to get rid of any remaining calls to the COM Interface where possible. To achieve that goal, I need to find…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Las file loading without converting into pod

    Daniel Christopher
    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
  • Adjust Dimension-Text Location Using Microstation VBA/C#

    Dharma Rajan
    Dharma Rajan
    I want to adjust/move the dimension text from one location to another location( Here both source and destination co-ordinates are known ). How to perform this? Kindly suggest. Screenshot is attached for your reference. In the Screenshot, the Red…
    • over 5 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • ProStructures API - ProStructuresNet.dll

    Marc Whitburn
    Marc Whitburn
    This seems like it should be easy but I'm having trouble using the ProStructures API with my C# plugin for ProStrutures on AutoCAD. I have referenced the ProStructuresNet.dll library into my project along with the usual AutoCAD libraries. I can use the…
    • over 5 years ago
    • ProStructures
    • ProSteel Forum
  • [V8i C#] How to get ErrorInstances and Exceptions when Post Features whit GDIInstanceProcessor

    Nikolay Tsonev
    Nikolay Tsonev
    Hello, I try to Post (commit) new, modified or deleted features. Post Command work well but I'm going to catch ErrorFeatures and Exceptions when command is finish. My code is public void PostSelected() { if (null != StorageImportCriteria)…
    • over 6 years ago
    • Geospatial Programming
    • Geospatial Programming Forum
  • [V8i C#] Enumerating sub elements of SmartSolid returns wrong elements

    Jan van Dieren
    Jan van Dieren
    Hi everyone I'm having some trouble reading the sub elements of a SmartSolid Element. The code below is based on the answer given in this thread: https://communities.bentley.com/products/programming/microstation_programming/f/53220/p/127746/389036#389036…
    • Answered
    • over 6 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • ProStructuresNet.Help (SELECTSeries6)

    Johannes Michalowsky
    Johannes Michalowsky
    The ProStructures .Net Help file contains documentation for creating .Net add-ins for ProStructures version SELECTSeries8 (08.11.11.xx). This includes the Class list, Class Hierarchy, and the Namespace List. Some code examples can be found included within…
    • ProStructuresNet.SS6.Help.zip
    • over 10 years ago
    • ProStructures
    • ProStructures Files
  • ProStructures .Net Help File (SELECTSeries8)

    Dominik Burger
    Dominik Burger
    The ProStructures .Net Help file contains documentation for creating .Net add-ins for ProStructures version SELECTSeries8 (08.11.14.xx). This includes the Class list, Class Hierarchy, and the Namespace List. Some code examples can be found included within…
    • ProStructuresNet.081114.Net.Help.zip
    • over 7 years ago
    • ProStructures
    • ProStructures Files
  • Exampleproject for API .Net Prostructure on Microstation

    Johannes Michalowsky
    Johannes Michalowsky
    There are two batch files that need the following variables USTNOUT must be set to the prg folder of ProStructures. USTNDIR must be set to the MicroStation folder If Visual Studio was installed to a different location you need to set DEV2005. …
    • ps_ustn_startproject.zip
    • over 10 years ago
    • ProStructures
    • ProStructures Files
  • Is there a process limitation to the bentley.interop.microstationdgn?

    TMA
    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
  • [V8i C#] How to get the DisplayName of a property from PropertyDef

    Nikolay Tsonev
    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
  • [CONNECT C#] Spatial index

    Francesc Calaf
    Francesc Calaf
    Hi everybody, Is there anyway with Microstation Connect NET API to detect which elements intersect or are near of others element? Like a spatial index? many thanks,
    • Answered
    • over 7 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Implementing aaApi_ApplyAccessControlList in C#/VB.Net Error

    Stephen C
    Stephen C
    I want to add a single User Group to an existing project (folder) using C#/VB.net. Since aaApi_AssignAccessList is depreciated, I am trying to use aaApi_ApplyAccessControlList which requires two structures defining the ObjectAccessSet and ObjectAccessEntry…
    • Answered
    • over 8 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum
  • How can I update Project Properties for a defined Project Type on a Rich Project through the SDK with C#/VB.NET?

    Stephen C
    Stephen C
    I have been able to find a couple of post on this topic but none that contain a solution. I am using the ProjectWise SDK through C#/VB.NET to copy a folder structure. Using the aaApi_CopyProjectWithHierarchy command, I am able to successfully copy a Rich…
    • over 8 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum
  • COM error from c# app outside VS?

    TMA
    TMA
    I have a c# app developed in visual studio 2012 that references bentley.interop.microstationdgn.dll to process dgn files. When I run the app in studio it works fine but, when I try to run it outside of studio, I get the following error: Retrieving…
    • over 8 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • C++/CLI

    Chad Crowe
    Chad Crowe
    Hello. I have figured out how to compile DLLs in VS for Excel and create my own C++ functions. My ultimate goal is to be able to write C++ programs that operate within Excel and Microstation. My question concerns C++/CLI or the C++.net. Is one able to…
    • Answered
    • over 8 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: Running Hammer with WaterObjects.NET

    Kris Culin
    Kris Culin
    Hi Shenh, You are very close to getting things to work. But it looks like you went the hard way. First, there is no need to use the EpaNet engine (EngineAdapter) directly. That is what WO.net does for you. Second, it would be easier to just show…
    • over 8 years ago
    • OpenFlows | Water Infrastructure
    • OpenFlows | Water Infrastructure Forum
  • .NET vs MVBA

    theGreg
    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
  • [V8i C#] TextNode WordWrap

    Nikemundo
    Nikemundo
    Hello, I would like to know if and how I can place a text node using .NET addin by using true word wrap? I need to set an area that text must fit in. I know I can set the number of characters in line like this: textNode.LineLength = 100; But this…
    • Answered
    • over 9 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [v8i SS2 (08.11.07.443) C#] System.Runtime.InteropServices.COMException...

    TMA
    TMA
    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…
    • 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
    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
    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
  • [V8i C++]How can I disable locate by Levels

    HacTache
    HacTache
    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…
    • Answered
    • over 9 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
>