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:
 
xpxCreateInstanceAndPutAttrs(modelId, entityIdOrViewEntityId  : GENERIC;
VAR newInstanceId   : GENERIC; NumberOfAttributes  : INTEGER; attrId1, attrValue1 : GENERIC;...                   ... attrIdN, attrValueN : GENERIC) status              : INTEGER;
The xpxCreateInstanceAndPutAttrs function creates an entity instance and optionally set the specified attribute values of the created instance. Hence this operation is a combination of xpxCreateInstance and xpxPutAttrs operations.
This operation is only applicable to data models.
The actual data model must be open for write access, before this operation can be successfully performed.
This function is equivalent to the EDMinterface function edmiCreateInstanceAndPutAttrs.

  • No labels