MicroStation Connect Screen Menu from V8i not working
In my question that I asked a few days ago about converting from V8i to Connect I ask about Screen Menus and was told that the Screen Menus should work in Connect. however I am having the following...
View ArticleGet elevation value from a GeoTIFF raster file
Hi everyone,I have a GeoTIFF file attached to my DGN with MicroStation Connect Update 13.This raster has the following properties:IMAGEFILE_GEOTIFFCOMPRESSTYPE_NONEGreyScaleClicking on any raster...
View Article[CONNECT C++] How to add SheetModel to SheetIndex
Hi,I want to know how to add a sheet model to sheet index.I have read the sdk validateSheetLinks example, and another question about...
View Article[MSCE update 13 C++ ] attach reference by view name
Hi, Now I want to attach reference by saved named view in c++. But I only find mdlRefFile_attachByView Is there any other object-oriented way to attach reference by saved name view?Thanks.
View ArticleIs there a way to get the Entire Sheet Index to a list box using Visual Studio?
Is there a way to get the Entire Sheet Index to a list box using Visual Studio? I can see if it is read only
View Article[CONNECT MicroStationAPI] Help topic: BusyBar Window
I complain sometimes about the terse nature of the help documention. This example, taken from the MicroStationAPI, extends terseness to unhelpfulness. Apart from a copyright notice, the help window...
View Article[CONNECT .NET] Can I obtain a ProjectWise project ID and file ID using .NET?
I'm unfamiliar with the .NET API for ProjectWise (PW). Assuming that a user has just opened a DGN file using PW, how do I obtain PW's project ID and file ID using .NET?If that's not possible using...
View Article[CONNECT VBA] Updating all text fields in a OpenFileForDesign dgn?
Hi,I would like to update textnode fields linked to workset properties in a dgn using OpenFileForDesign if possible?I was thinking of redrawing views or sending keyin 'file update all file' but these...
View Article[CONNECT] Which ProjectWise SDK do I need?
There is a bewildering list of ProjectWise SDKs in software downloads. Which should I choose to write an app for MicroStation CONNECT that wants to extract simple project and file information from a...
View Article[MSCE update 13 C++/C#] How can I create sheet from seed
Hi I tried DgnFile.CreateNewModel, It seems as if that the seed model does not work. Can anyone know what else may work?Thanks.
View Article[CE U14 C#] Parametric Cell - Parameters not up to date
I have a DGN, where I placed a parametric Cell with Variables attached to it (used with constraints). When I only read and write with my function, everything works as expected. When I edit the value of...
View Article[CONNECT C++] MSDocumentManager, DgnDocumentManager, DgnDocumentMoniker and...
MicroStationAPI Help: MSDocumentManager provides services to create, find, open, and save files, either to/from the local file system or to/from a Document Management System such as ProjectWise if one...
View ArticleVBA Programming info to delete dgn file
Hi all,I have used Microstation v8i select series 3, Regarding some automation purpose i am trying to delete one required sheet in the file folder by using VBA application userform. Can any body give...
View Article[MSCE update 13 C++/C#] How can Addin still works after switch to new file
Hi,I am working on an C# Addin Project.Here is my situation.On some condition, I need to change to new file to continue work flow, but I found that if I change to new file, the dgn tools does not woks...
View Article[Connect C#] element.ReplaceInModel doesn't work in ComplexStringElement?
I create a ComplexStringElement and add it to model. Then I create a new ComplexStringElement and use ReplaceInModel to replace the original one.The codes are following(2 Method used) :DgnModel dgnM =...
View Article[V8i SELECTseries10 VB.NET] Background printing to PDF with project config...
HiI am currently building a VB.NET application (external to Microstation) that includes printing DGN files to PDF. We have an existing workspace for our client that manages all the text styles and...
View Article[v8i SS5 C] Querying multi-byte languages
Hi,To be able to query a database table's content we are using mdlDB_openCursorWithID() and mdlDB_fetchRowByID() functions along with MS_sqlda structure. But it returns (char *) data type as query...
View ArticleHow to create visual studio solution .sln file in SDK Constraint2ddemo example?
I am trying to make .sln file for project constraint2ddemo in examples file in SDK.I tried running buildallexamples.bat file.But, solution file is not created.I want to debug constraint2ddemo.Please...
View Article[CONNECT C#] LoadRootModelById crashes MicroStation.
My Application has been working for a while now. but a user informed me that it was causing MicroStation to crash. the application is using the workset location and searches for other files and gets...
View Article