sdaiCreateComplexInstance

This call creates a new application instance of the specified type, as determined by a constructed entity type that is made up of the supplied simple entity types, in the specified SDAI model.

Syntax

//
//   Strong typing definition
//
SdaiInstance    sdaiCreateComplexInstance(
                        SdaiModel               model,
                        SdaiNPL                 entityList
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiCreateComplexInstance(
                                                                        int_t                   model,
                                                                        void                    * entityList
                                                                    );
    

Property model

Size: 32 bit / 4 byte (value)
???.

Property entityList

Size: 32 bit / 4 byte (reference)
???.