Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  SYNTAX:
 
xpxGetInstanceContainerId (modelId                  : GENERIC;                            containerName            : STRING;                           VAR containerType        : INTEGER;                           VAR containerId          : GENERIC;                           VAR containerInstancesId : SET OF GENERIC)                            status                   : INTEGER;
 
To be completed.

Code Block
languagecpp
themeConfluence
FUNCTION xpxGetInstanceContainerId (modelId                  : GENERIC;
                                    containerName            : STRING;
                                    VAR containerType        : INTEGER;
                                    VAR containerId          : GENERIC;
                                    VAR containerInstancesId : SET OF GENERIC)
                                    status                   : INTEGER;

The xpxGetInstanceContainerId function returns the id, type and contents of an instance container identified by its name and modelId.
This function is equivalent to the EDMinterface function edmiGetInstanceContainerId.

Arguments

...

TypeNameComment
GENERICmodelIdcomment
STRINGcontainerName 
INTEGERcontainerType 
GENERICcontainerId 
SET OF GENERICcontainerInstancesId 

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"