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

Version 1 Current »


 
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.

  • No labels