Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

FUNCTION  xpxUnsetAttrBN (instanceId    : GENERIC;
                attributeName : STRING)
                status        : INTEGER;

Use this function to ....

Arguments


TypeNameComment
STRINGresultStringcomment

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


OptionComment
XPXOptioncomment

 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

 


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.

  • No labels