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:
 
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.

  • No labels