[CONNECT Update 16 C++] DgnLink Handlers
The MicroStationAPI documentation is silent on the process used to create a DgnLink. Example ..\SDK\examples\Miscellaneous\validateSheetLinks shows how to read DgnLInks, but not how to create, edit or...
View ArticleCreating of circle from edge
[MicroStation CE 16 (C#) ]How to create a circle using edge point instead of creating from the center in C#
View Article[CONNECT C++] What a substitute for tcb->directionFormat_deprecated ?
I would like to toggle the file settings contained in the Bentley::DgnPlatform::DirFormat structure, but tcb->directionFormat_deprecated is not supported. Is there any way to modify the parameters...
View Article[CONNECT Update 16 C++] Delete DgnLink
Thanks to a tip from Yongan.Fu we know how to add (attach) a DgnLink to an element... DgnLinkTreeSpecPtr spec = DgnLinkManager::CreateTreeSpec(eh); const bool CreateIfUnavailable {true}; DgnLinkTreePtr...
View Article[U8 connect c++] How to get bvector of linestring from MSElementDescrP?
How to get bvector<DPoint3d> of from linestring MSElementDescrP?
View Article[U16] Edit BMR macro
Any ideas what is the format of BMR macros? Because pound/hash character(#) is not allowed in command files(key-in scripts) for some workflows it is not usable(Enhancement 1096858) so have to use BMR...
View ArticleScancodes in MS CE
Hello fellow humans,i am trying to put the new quick tools menue on the "Tab"-Key so i can put the normal V8i layout to the first keys of qwert.Unfortunatly if i press "Tab" i am skipping to the next...
View Article[V8i VBA] Transient Element Sizes
I have a situation where I would like to display a transient element however, I'm wondering if its possible for the element's size to always be displayed relative to screen resolution, irrespective of...
View ArticleActivating a table in Connect VBA?
MicroStation Connect v10.16.00.80: I'm attempting to activate a table seed in VBA. I've recorded the process of placing multiple tables and reviewed the resulting VBA code. Unfortunately it only goes...
View Article[Connect WMS C++ Or C#] Handle login / password for WMS
Hi everyone,In 2017 when i tried to use WMS in microstation there was no API. So i created an object that can generate the xwms file and then with raster manager API , i attached this xwms file to...
View ArticleText movement
[MicroStation CE 16]I have created a circle with some text inside it and a line associated with it (Its like annotation, it is annotating some selected element's information in it) and I want to move...
View Article[CONNECT UPDATE 16 C#/C++] force file workspace?
Hi,I start microstation whith options -WKworkspace1 -WWmyworkset -WAmyprog dgnfilepath or -WKworkspace2 -WWmyworkset -WAmyprog dgnfilepathThe final user don't want the microstation dialog for choosing...
View ArticleAdd entry Item Type Property isArray
Hi All,In MicroStation update 16.1 VBA there is the ability to access the members of an arrayed Item Property Type but if the property type contains other properties like an address (Street, Town,...
View ArticleC# MS V8i SS3, form cut on another laptop
good dayin a Microstation addin (dll) I have a Form which I attach like this public static void startMaincoalTool(string unparsed) { MaincoalTool mcTool = new MaincoalTool();...
View Article[MicroStation V8i SS3 VBA] How to resize for a printer using VBA ?
HelloHow to resize for a printer using VBA ?. Currently, I use Windows -> Preferences manually and update the values regularly. how to improve values with VBA. I have a printer driver...
View ArticleCell Placement angle scroll
I used to have a cell placement tool that when i picked a cell, i could right click and it would rotate 90, then 90 again. I can't figure out how to do this in the button assignments. Does anybody know...
View ArticleOpenBuildings Designer SDK with Visual Studio Community
Hi All,I've been following below Step by Step guide to get familiarize with MDL development/ Programming, so I've decided to setup an environment. I'm using Visual Studio Community 2017 with...
View Article[Connect .NET] Problems when using dark themed UI
HiWhen using dark themed UI I get some problems in WinForms dialogboxes including DataGridView items:The background is still white so only the hilited field is readable. This is tested in update 15 and...
View Article[CE VBA] Fence range
b& = GetCExpressionValue("tcb->fenceRange.xlowlim")I get "incompatible types" error trying to use this expression to get Fence range.
View Article[CONNECT Ed. 10.15.00.74 C# Addin] VS2019 Commands key-in not loading when...
I'm following the steps to create a new MDL addin using C# and I'm having an issue with getting the commands.xml to be recognized.VS 2019 (recommendation says for the below version to load VS2017 or...
View Article