xpxCreateMapInstance
FUNCTION xpxCreateMapInstance (entityId , VAR instanceId : GENERIC ) status : INTEGER;
The xpxCreateMapInstance will create a persistent instance of the type specified by the entityId argument in the target model. The instanceId of the created instance will be returned through the instanceId argument. When the xpxCreateMapInstance is executed in a MAP declaration, the actual created instance will be added to the set of created MAP Instances, i.e., the set of instances that is created from a set of one or more source instances. This set of MAP instances can be fetched by the xpxGetMapInstances function. If the function xpxCreateMapInstance is called from another declaration than a MAP declaration, it will have the same effect as a xpxCreateInstance function on the target model.
Arguments
Type | Name | Comment |
GENERIC | entityId | comment |
GENERIC | instanceId | Â |
Return Value
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â