...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetAttrsBN (instanceId : GENERIC;
numberOfAttrs : INTEGER;
attrName1:STRING;VAR attrValue1: GENERIC;
... ...,
attrNameN:STRING;VAR attrValueN: GENERIC)
status : INTEGER;
|
The xpxGetAttrsBN function reads the value of the specified attributes of the specified instance and returns the actual attribute values in the arguments named attrValue; The argument instanceId specifies the actual instance and the argument numberOfAttributes specifies the number of attribute values to read.
Each attribute and attribute value is specified as a pair of arguments; attributeName and attrvalue.
This function is equivalent to the EDMinterface function sdaiGetAttrsBN
Arguments
...
Type | Name | Comment |
GENERIC | instanceId | comment |
INTEGER | numberOfAttrs | |
STRING | attrNameN | |
GENERIC | attrValueN |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|