FUNCTION xpxUnsetAttrBN (instanceId : GENERIC; attributeName : STRING) status : INTEGER;
Use this function to ....
Arguments
Type | Name | Comment |
STRING | resultString | comment |
Return Value
Options
Option | Comment |
XPXOption | comment |
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.