Browse By Tags

  • [PW Explorer API] Select specified file types from Project

    API call aaApi_SelectDocumentsByProjectId() works fine, but doesn't provide a way to filter the files retrieved. Is there a way to Select only DGN files in a project? Exclude iModels from that selection (iModels are DGN files having a .i.dgn extension…
  • [CONNECT C++] Translate ECQuery to Report Filter

    My code can build an ECQuery that interrogates Item Type instances. I would like to create a Report that emulates that ECQuery. Is there any way to translate an ECQuery to a Repor t filter? That is, user has queried a set of elements by filtering their…
  • [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…
  • Wildcards for ORD Annotation Filters?

    Hi all, Does anyone know if wildcards are possible in the ORD Annotation Filter for properties like Feature definition, Feature name, etc? It seems that each feature name or definition needs to be explicitly defined and not even feature definition…