In MicroStation Update17, we have introduced Sr.No. column functionality in report definition.
Sr.No. can be generated by using following inbuilt formats:
In MicroStation Update17 we have introduced a way to add custom Sr. No. SDK Sample:
In this blog, you will learn to introduce the custom Sr.No. provider implementation.
This is available at: ..\examples\DgnEC\ ReportSrNoColumnExample
Implementation:
Step 1: Implement…
If you want to get customized reports while using existing report results, you can use calculated column, Aggregation, Group by and Summary to do so. For more details about feature, please check below video:
communities.bentley.com/.../ElementCounter.mp4
In Microstation 2023, we have introduced Calculated column, Grouping and Aggregation, Summary & Column Visibility features in Reports in order to perform various mathematical…
Want to control the content of a picklist from another picklist or other ItemType property values? Check the following video to find out how this can be done:
communities.bentley.com/.../Conditional_5F00_Picklist_5F00_old_5F00_Trim.mp4
In Update 16, we introduced PickList Source and Settings for extracting PickList values from different sources. Please refer to the PickListProvider blog to learn about it. MicroStation …
I've posted some articles about using matrices and transforms with MicroStation VBA to rotate or move (translate) a DGN element.
The articles explain the purpose and use of Matrix3d and Transform3d, and how to apply them to an element.
In response to a question on the Programming Forum I developed a VBA macro to create a numeric fraction. It can, like MicroStation, create any fraction, using any font: it is not restricted to the glyphs available in MicroStation's RSC font libraries. Here's 3/16 rendered using the Tahoma font...
The code works by creating a cell or text node and adjusting the origin and size of each text element within that…