Versions Compared

Key

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

...

  SYNTAX:
 
xpfGetAttrBN (instanceId    : GENERIC;
              attributeName : STRING)
              attrValue     : GENERIC

;
  

Code Block
languagecpp
themeConfluence
FUNCTION  xpfGetAttrBN (instanceId    : GENERIC;
                        attributeName : STRING)
                        attrValue     : GENERIC;
                

The xpfGetAttrBN function returns the data value of the specified attribute in the actual instance. The value is returned in the argument <attrValue>. The argument <instanceId> specifies the actual instance and the argument <attributeName> specifies the attribute within the instance to read the value of.
The model that holds the actual instance must be open before this function can be successfully performed.
This function is equivalent to the EDMinterface function sdaiGetAttrBN.
See also xpxGetAttrBN and xpfGetAttr.             

 

Arguments

...

TypeNameComment
GENERICinstanceIdcomments
STRINGattributeName 

Return Value

...

 

TypeNameComment
GENERICattrValuecomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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