Browse By Tags

  • MicroStation CE - Different values in Item Type field and linked report field.

    When I create a Property Definition using the Items Types function, with an expression to calculate the length of an object, it is neatly displayed in the details window. However, when I try to generate a report from this, different values are suddenly…
  • BUG: Item type property not displayed in Report

    Hi, Update 16, new test new bug There are three properties with expression values: However one of the properties is not displayed in the Report: File for inspection: *i only extracted one item from larger model for demonstration buglevel3notshowinginreport…
  • [MSCE U16 C#] Create custom group for "Include Items" in Microstation's Report

    Introduction We have introduced groups for selecting items in the Reports->Included Items tab->ItemTypes property. When you click on the "Select an Item Type.." drop-down of "Item Types" dialog, a pop-up appears with groups of Items like "Item Types…
  • Report Item Types linked by ID

    I want to write a Report that includes objects tagged with Item Type Doors and Item Type Area Feature (Rooms). Each schema has a property named id . Schema Doors has instances on door cells; schema Area Feature has instances on shapes that represent rooms…
  • Length of driving line to cells associated --> REPORT

    .DGN attached How to set REPORT to display TOTAL LENGTH of line to EVERY ASSOCIATED CELL with multiple ITEM TYPES within? As file shows - I would like to attach multiple parametric cells /ITEM TYPES/ to line string and gather line string length of…
  • [CONNECT] Item Type Foreign Key or Relationship

    I have two Item Type definitions: Area Features and Doors . I can tag an office, for example, as an Area Feature ; and I can tag a door cell as a Door . Here's an illustration... Now I want to relate one to the other. You can see that Door 102 belongs…
  • Reporting for CAD Administrators: Working Units, Scales and Coordinate System Reporting

    In a project if you ever have encountered a design file that came from outside your company, department or group, you probably already know that no two “dgn” files are equal. In some cases they don’t print correctly, line styles don’t display correctly…
  • [CONNECT C++] Item Types -- Report Definition fails

    My code for AreaAnnotator creates an Item Type definition in the active DGN file if one doesn't already exist. That works fine, and I can add Item data to shape elements. The code also attempts to define a Report , and I am failing miserably. Here's…
  • [CONNECT C++] Item Types -- Report Sort Order and Priority

    Item Type Reports seem to have two qualifiers for sorting: order and priority. When we design a Report interactively we can set the sort order to be ascending or descending... Note that the dialog does not refer to priority. A SortingGroupNode…
  • [CONNECT C++] Item Types - Report Filter Syntax

    SDK example ReportsExample shows how to define an Item Type Report programmatically. There is a commented line that illustrates a filter, to restrict the rows generated in the Report ... reportNode->SetRowFilter (L" this.DgnCustomItemTypes_VendorCatalogItem…