DELPPRSystemItf Interface DELIPPRSystemOrOperationOutputAuth
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIPPRSystemOrOperationOutputAuth
Method Index
- o
CreateOutputToProcess(CATIPLMNavReference*,CATIPLMNavReference*,CATBaseUnknown*&)
- This method enables to create a connection between System and an Process using
SystemOutputCnxToMBOM connection
- o
RemoveOutputToProcess(CATIPLMNavReference*,CATIPLMNavReference*)
- This method enables to remove a connection between System and an Process using
SystemOutputCnxToMBOM connection
Methods
o CreateOutputToProcess
public virtual CreateOutputToProcess( | | ipSystemOrOperationReference, |
| | ipProcessReference, |
| | ospOutputCnx) |
-
This method enables to create a connection between System and an Process using
SystemOutputCnxToMBOM connection
- Parameters:
-
- ipSystemOrOperationReference
- System or Process References
- ipProcessReference
- Process References
- ospOutputCnx
- Returns OutputCnx object
This method fails if:
1/ ipiSystemOrOperationReference or iProcessReference are not References
2/ already connection exists between given system and process
o RemoveOutputToProcess
public virtual RemoveOutputToProcess( | | ipSystemOrOperationReference, |
| | ipProcessReference) |
-
This method enables to remove a connection between System and an Process using
SystemOutputCnxToMBOM connection
- Parameters:
-
- ipSystemOrOperationReference
- System/Operation References
- ipProcessReference
- Process References
This method fails if:
1/ ipiSystemOrOperationReference or iProcessReference are not References
2/ no connection exists between given system and process
This object is included in the file: DELIPPRSystemOrOperationOutputAuth.h
If needed, your Imakefile.mk should include the module: DELPPRSystemItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.