Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
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.
This function is equivalent to the EDMinterface function sdaiGetAttr.
See also xpxGetAttr and xpfGetAttrBN.

Arguments

...

TypeNameComment
GENERICinstanceIdcomments
GENERICattrId 

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"