Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfTestAttrBN (instanceId    : GENERIC;
                        attributeName : STRING) 
                        isSet         : BOOLEAN;

The xpfTestAttrBN function returns TRUE if the specified attribute attributeName in the specified instance instanceId has a value, else the function returns FALSE. An attribute is assigned a value by a put function like xpxPutAttrBN, xpxPutAttrsBN etc.
See also xpxTestAttrBN and xpfTestAttr.
This function is equivalent to the EDMinterface function sdaiTestAttrBN

Arguments

...

TypeNameComment
GENERICinstanceIdUnique id of an instance within the EDMdatabase
STRINGattributeNameThe name of an attribute of the given instance

Return Value

...

 

TypeNameComment
BOOLEANisSetTRUE if the attributeName has a value else FALSE

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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