Versions Compared

Key

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

Use this function to ...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.

Arguments

...

comment
TypeNameCommentSTRINGresultString
GENERICsourceInstanceThe source instance
GENERICtargetInstanceThe connected target instance. If no connected target instance is found for the specified sourceInstance, then the targetInstance argument is set to the built in constant xpxNullId.

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

OptionComment
XPXOptioncomment

...

 

Example

...

Code Block
languagecpp
<Missing Example>

...

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.