SYNTAX:
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.
See also xpxGetTargetInstance , xpxMapInstance.
General
Content
Integrations