Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION  xpxUnsetAttrBN (instanceId    : GENERIC;
                attributeName : STRING)
                status        : INTEGER;

Use this function to ....

Arguments

...

TypeNameComment
STRINGresultStringcomment

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

OptionComment
XPXOptioncomment

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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

 


SYNTAX:
 
xpxGetTargetInstance(sourceInstance, VAR targetInstance : GENERIC)                     status                             : INTEGER;
 
The xpxGetTargetInstance function finds the connected target instance from a specified source instance. A connection between the target instance and the source instance must be defined by the xpxMapInstance function before this function can be executed successfully. The source instance is specified in the sourceInstance argument and the connected target instance is returned in the targetInstance argument. If no connected target instance is found for the specified sourceInstance, then the targetInstance argument is set to the built in constant xpxNullId.
See also xpfGetTargetInstance.