/
xpfGetAttrBN
xpfGetAttrBN
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.
Arguments
Type | Name | Comment |
GENERIC | instanceId | comments |
STRING | attributeName |
Return Value
Type | Name | Comment |
GENERIC | attrValue | comments |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
xpxGetAttrBN
xpxGetAttrBN
More like this
xpfGetInstanceTypeName
xpfGetInstanceTypeName
More like this
xpxGetInstance
xpxGetInstance
More like this
xpfGetExtent
xpfGetExtent
More like this
xpfGetInstanceType
xpfGetInstanceType
More like this
xpxTestAttrBN
xpxTestAttrBN
More like this