xpfGetAttr
FUNCTION xpfGetAttr (instanceId : GENERIC; attrId : GENERIC) attrValue : GENERIC;
The xpfGetAttr function returns the data value of the specified attribute in the actual instance. The value is returned in the argument <attrValue>. The actual instance is specified by a numeric instanceID, <instanceId>, that uniquely identifies an instance in the EDMdatabase The actual attribute is specified by a numeric attributeID, <attrId>, that uniquely identifies an attribute definition instance in the EDMdatabase . The model that holds the actual instance must be open before this function can be successfully performed. The <attrId> can be retrieved by the xpxGetAttrDefinition and xpxGetAttrDefinitionBN functions.
Arguments
Type | Name | Comment |
GENERIC | instanceId | comments |
GENERIC | attrId | Â |
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.
Â