All Frameworks Class Hierarchy This Framework Previous Next Indexes
ManufacturingInterfaces Interface CATIMfgActivityReplaceResourceMgt
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIMfgActivityReplaceResourceMgt
Usage: you can freely reimplement this interface.
interface CATIMfgActivityReplaceResourceMgt
Interface to let CAA partner decide which resource should be put on an activity.
Method Index
- o
GetResourceReplacementToDo(CATBaseUnknown_var&,CATBaseUnknown_var&)
- Let CAA partner decide which resource should be put on an activity.
Methods
o GetResourceReplacementToDo
-
Let CAA partner decide which resource should be put on an activity.
This method gives the resource that has been selected by the user.
The implementation should decide if it is the good one ot not.
If the selected one is suitable then the returned value should be NULL_var
or equal to the input value.
Otherwise the ouput should be the correct resource to assign to the activity.
- Parameters:
-
- ispBUResourceSelected
- The resource that is to be put on the current activity
- ospBUResourceToPutOnActivity
- : The correct resource to put on the activity
This object is included in the file: CATIMfgActivityReplaceResourceMgt.h
If needed, your Imakefile.mk should include the module: MfgItfEnv