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

Version 1 Current »


 
SYNTAX:
 
xpxCreateInstance(modelId , entityIdOrViewEntityId , VAR instance : GENERIC)                  status                                          : INTEGER;
 
The xpxCreateInstance function will create a persistent instance of instanceType in the specified model modelId. The instanceType is the instanceId of the corresponding entity_definition. The instanceId of the created instance will be returned through the instanceId argument. The actual model must be opened for WRITE before this function can be performed successfully.
This function is equivalent to the EDMinterface function sdaiCreateInstance

  • No labels