Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This page contains EDMInterface API sample code to show how to exploit the powerful features of EDMqueryMethods. To run these samples, you need to create an EDMdatabase and compile the following schemas.

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_icon_EXP(30px)'.

The Industry Foundation Classes (IFC) data model to describe building and construction industry data

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_icon_QEX(30px)'.

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_f_Ifc_Samples_01.qex'.

Defines the EDMqueryMethods CheckModelCapacityUsed(), CheckEDMserverVersion() and GetMaxModelInstances(). Extends the IFC2x3 EXPRESS Schema

You also need to import the following data sets.

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_icon_STP(30px)'.

 

Defines the EDMqueryMethods CheckModelCapacityUsed(), CheckEDMserverVersion() and GetMaxModelInstances(). Extends the IFC2x3 EXPRESS Schema

EDMqueryMethod with output in QueryResult table

This sample shows how to executes an EDMqueryMethod. In the sample, input arguments to the Query are provided as SELECT type parameters, and the output data is returned as a QueryResult Table allocated in the calling clients heap memory.

 

  • No labels