All Frameworks Class Hierarchy This Framework Previous Next Indexes
ManufacturingInterfaces Interface CATIMfgProcess
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIMfgProcess
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgProcess
Interface dedicated to Manufacturing User Defined Setup creation
under the process node.
Method Index
- o
AppendSetup(CATUnicodeString&,CATBaseUnknown_var&,CATBaseUnknown_var&)
- Create a new user defined setup under the Process node.
Methods
o AppendSetup
-
Create a new user defined setup under the Process node.
Note: The startup must have been created in client calalog,
by using CATIMfgStartupFactories interface, CreateManufacturingSetupSU method,
for example.
- Parameters:
-
- iPartOperationType
- The type of the setup, defined in the client catalog file.
- iInsertionlevel
- The insertion level of the part operation to be created.
- oPartOperation
- The part operation which was created.
- Returns:
- S_OK: the new part operation has been created.
E_FAIL: the new part operation has not been created.
This object is included in the file: CATIMfgProcess.h
If needed, your Imakefile.mk should include the module: MfgItfEnv