xpfGetTargetInstance
FUNCTION xpfGetTargetInstance(sourceInstance : GENERIC) targetInstance : GENERIC;
The xpfGetTargetInstance 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 as the function value. If no connected target instance is found for the specified sourceInstance, then the returned function value is the constant xpxNullId.
Arguments
Type | Name | Comment |
GENERIC | sourceInstance | comments |
Return Value
Type | Name | Comment |
GENERIC | targetInstance | comments |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.