If you receive Fatal Error. Could not create a .ma file for an Addln: file:///C:/Program CONNECT Edition/MapTheme. for example:
This error can occur if the AddInLoader1.0 folder is missing from Path = “C:\Users\user.name\AppData\Local\Temp\Bentley…
I have the following situation:
I wanna find poles in which Street is it.
I have poles features (points) and street network features ( linestring).
Can you help me with some good point where can star?
Thanks!
Hi Everyone,
I try to set property on feature like this
oFeature.SetProperty("PROPERTYNAME", Value); oFeature.ApplyAttributeChanges(); oFeature.Write(true);
everything is good but when i open Data Browser in Bentley the result is:
Unable to…
Hi,
I have problem when use GetProperty("INSTALLDATE") from Dateticks Type Property method is return String like this "635590796670000000".
How to convert this string to DateTime type?
Hello,
I am developing a tool(just for study purpose) to split line. For that i have to get the clicked point of mouse on the microstation view. Please anyone told me how can i get this done.
I am developing the tool as an addin using visual studio…
I would like to use the GDI without user interface within my own C# .net AddIn.
I have saved settings for different WFS imports in an impx file for each import. Within my own AddIn, I have an user interface, that result in an selected impx file. After…