RE: [V8i C#] Disabling Annotation Scale on Text Elements
Fortunately, there is IAnnotationHandler::RemoveAnnotationScale method can be called in MicroStation CE SDK. Unfortunately, it is not public in MicroStation V8i SDK.
View ArticleRE: Determine Range of elements in Reference Where Displayed
[quote user="Andrew Womsley"]Is it possible to convert this to a function that outputs the range?[/quote]Not sure what you mean by that. MicroStation VBA has a number of methods that work with ranges....
View ArticleRE: Determine Range of elements in Reference Where Displayed
Sorry Jon, what i was trying to ask was is it possible for me to change the code to something like belowFunction GetRefDisplayedExtents(RefName As String) as range3d ... ... end function sub MyProcess...
View ArticleRE: [XM VBA] Accessing Dimension Note in VBA
[quote user="Michal Kurzewski"]as i run three way element getting[/quote]The standard way (I don't know your current solution) is to have three separate "start methods" that take care about slightly...
View ArticleRE: [CONNECT DgnPlatformAPI] .NET FrameWork upgrade error
Hi Jon, just to let you know this issue is reproducible and is being investigated. Best regards, Artur
View ArticleRE: Determine Range of elements in Reference Where Displayed
[quote user="Andrew Womsley"]what i was trying to ask was is it possible for me to change the code to something like below[/quote]Yes, but not this way. Try to find some tutorial with explanation of...
View ArticleDetermine Range of elements in Reference Where Displayed
I have a border file which caters for many sizes. This in turn is attached to designs. The users control what size border they want though the use of level display on the reference file attachment....
View ArticleRE: [XM VBA] Accessing Dimension Note in VBA
c is just an array index - nothing to fancy about it. its just example that collects all the IDs from model into an array. Then I can process all the elements from this array as you proposed for...
View ArticleRE: [XM VBA] Accessing Dimension Note in VBA
[quote user="Michal Kurzewski"]its just example that collects all the IDs from model into an array[/quote]You don't need to do that. Use ElementEnumerator.BuildArrayFromContents()
View ArticleRE: [XM VBA] Accessing Dimension Note in VBA
[quote user="Michal Kurzewski"]c is just an array index [/quote]Ok, it's more clear now ;-)[quote user="Michal Kurzewski"]its just example that collects all the IDs from model into an array.[/quote]In...
View Article[CONNECT DgnPlatformNet] ScanCriteria omits level test
The .NET ScanCriteria class does not provide an element level test.C++ and VBA scanners can both test for multiple levels.
View ArticleRE: [CONNECT DgnPlatformAPI] .NET FrameWork upgrade error
Hi Jon,As Artur mentions, we see the issue you provided and we are determining if this is a workflow that we can and should directly support.In essence, the SDK developer shell configures provides our...
View ArticleRE: [CONNECT DgnPlatformAPI] .NET FrameWork upgrade error
[quote user="Robert Hook"]As Artur mentions, we see the issue you provided and we are determining if this is a workflow that we can and should directly support[/quote]I'm raising this point for the...
View ArticleRE: [CONNECT DgnPlatformAPI] .NET FrameWork upgrade error
[quote user="Jon Summers"]I don't see any batch, .mke or .mki file that mentions, sets or references DEFAULT_PLATFORM_ARCHITECTURE.[/quote]sorry, was rushed in response should have been:...
View ArticleRE: VBA support in the future
[quote user="minion"]Does it look like MVBA will be supported in future versions?[/quote]MicroStation CONNECT delivers 64-bit VBA v7.1 MicroStation V8i delivers 32-bit VBA v6.5You should be able to run...
View ArticleRE: [CONNECT] Visual Studio Versions
Certain product (area or feature) developers may require or choose to implement new product features based on new Visual C/C++, or .NET language traits that will require newer MicroStation product...
View ArticleRE: [CONNECT][C++][.NET] Custom Ribbon Programmatically?
[quote user="Jon Summers"]Bentley tell us that the user customisation tools, which create a UI in a DGNLib, should be our first port of call.[/quote]Correct[quote user="Jon Summers"]If you look in the...
View ArticleRE: VBA support in the future
Well, it sounds like I am safe. While I don't know what dictates when they upgrade, it seems unlikely they will upgrade more than twice in the next five years. As for my successors, I guess they will...
View ArticleVBA support in the future
Hi Guys and Gals,Okay, now that I've written my Microstation VBA programs. I am wondering how long they will be able to be used. I probably should have wondered that first, but when I started in 2014...
View ArticleRE: [Connect CPP] Place label programmaticaly
[quote user="EvanH"]In MicroStaton Connect we would like to use items [/quote]Presumably, ItemTypes?[quote user="EvanH"]When you work with tags you can choose whether they should be visible or...
View Article