[CONNECT .NET] Builder class
What is the purpose of the BentleyGeometryNet.Builder class? I don't see an equivalent class in the MicroStationAPI help — if it were documented there then I could glean more information.Some methods...
View Articlestdmdlbltin.dll mdlMlineStyleP_*
In V8i with mvba we are usingDeclare Function mdlMlineStyleP_getName _ Lib "stdmdlbltin.dll" (ByVal mlineStyle As Long, _ ByVal pName As Long, _ ByVal bufferSize As Long) As Long Declare Function...
View ArticleMicrostation J
Does anyone here still use Microstation J? I'm working for ConED and their mapping services still runs on Microstation J. I've begged for updates but that isn't happening anytime soon. Anyone have...
View Article[CONNECT Update 15 C#] How to apply Extension lines offset on programmaticaly...
Hi,I cant' figure out how to correctly draw extensions line with an offset on programmaticaly generated DimensionElement.With the Bentley tool the line are drawn correctly:My code:var dgnFile =...
View Article[Connect Up15 c++] Is it possible to click once to place element, pop up UI...
Hello all, I am practicing DgnElementSetToolSo far I am able to use _OnDataButton() to place a element. I have the UI box pop up with start of command and could modify the element before I place it...
View Article[connect update 15 c++] bmake fail to compile and return error
Exception 0xe0434352bmake: call truceI have checked my .net and visual studio installation. I could not figure out why, it worked fine on another computer.
View Article[C# CONNECT Update 16] ElementPropertiesSetter.SetFillColor does not set the...
Hi,ElementPropertiesSetter.SetFillColor does not set the FillColor of e.g. a Shape, as one might think.What works perfectly with ElementPropertiesSetter.SetColor does not work here.In...
View Article[V8i] Add and Delete Design Links within a CellElement
Hello, I want to create Design Links (not the ‘engineering links’) to some Elements that are in a CellElement. Here in the forum I found just a command "ELEMENT CREATE LINK URL xxx" which is only...
View Article[CE VBA] Select shared cells on level
Hi,this is sample of code that I use in v8i for selecting shared cell elements on specified level. I'm trying to migrate code to CE but it seems that all shared cells from all levels are found....
View ArticleShell Creation
Dear All, I am using Microstation V8i SS3 with c# language. I want to create the shell with 0.3 offset to the Solid element. i am searching the function to do this but i did not get it...
View Article[Connect update15 c++] Example set missing files, where can I download...
I am going through all the examples under the bentley's example folder.I encountered several instances where there are files missing. There are others missing .cpp files and ones I have no idea what is...
View ArticleUCM TMATRX to VBA CE conversion
I've been given an old User Command to reprogram in VBA so that it functions in MS CE.The User Command places cells using a transformation matrix to mimic placement on either the top, left, or right...
View Article[Connect Up15 c++] FaceGeometryId::Create(eeh, *solidfaces[index]) could not...
When I use this line of code, bmake fail to compile and out puts error LNK2019: unresolved external symbol. bvector<ISubEntityPtr> subFaceofSolid1; ISolidKernelEntityPtr solid1;...
View Article[connect update15 c++] how to open c++/CLI winform dialog box in microstation?
Is there a example I can look at for opening a c++/CLI made winform dialog box in microstation?perferably where I can pass the variables between winform dialog box and c++ cpp code.
View Article[connect update c++] how to solve .r dialog box cannot be opened?
I tried to run my own code to generate a .r dialog box.after loading the command line, Microstation returnsunable to load dialog from "XXX_UI" whose id is 10My complete .r file is as following (I just...
View Article[CONNECT C# Update 16] Create Text-Element and Angle Value
Hi,based on some contributions here in the forum, I can already create a simple text element.Now I have a problem with setting the angle value.With this example I only get the default angle 0°.using BD...
View ArticleMacros not running on MicroStation
Hi Support,Unable to work on MicroStation(08.11.09.829), User was facing an issue while run the macro command. see attached screenshots for you reference.Could you please assist us to resolve the...
View ArticleC# MS16 .NET Attach and edit item types to a model
Hello AllUsing C# I can create item types and attach them to elements, but cannot see how to attach an set of ItemType properties to a dgn model?I can get to the model as a DgnModel and ModelInfoI can...
View Article[MS Connect U14 C++] Move reference performance
I’m looking for the fastest way to dynamically move a reference file (tree).In a subclass of DgnElementSetTool I add all elements of the reference file(s) to the ElementAgenda: for each (ElementHandle...
View ArticleCan't open MicroStation instance through VB.NET App
Hi Everyone, I am trying to create a stand alone VB.NET EXE application that simply opens up MicroStation, pulls some tag information and closes. I have created these types of applications before but...
View Article