DELPPRProcessItf Interface DELIPPRProcessOutputAuth
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIPPRProcessOutputAuth
Method Index
- o
RemoveProcessOutput(CATIPLMNavReference*)
- Removes the process output of a given process reference.
- o
RemoveProcessOutput(CATIPLMNavOccurrence*)
- Removes the process output of a given process occurrence.
- o
SetProcessOutput(CATIPLMNavReference*,CATIPLMNavReference*)
- Sets the process output of a given process reference.
- o
SetProcessOutput(CATIPLMNavOccurrence*,CATIPLMNavReference*)
- Sets the process output of a given process occurrence.
Methods
o RemoveProcessOutput
public virtual RemoveProcessOutput( | | ipiProcessRef) |
-
Removes the process output of a given process reference.
- Parameters:
-
- ipiProcessRef
- The process reference
- Returns:
-
S_OK
- the method went fine
E_INVALIDARG
- for an invalid argument
E_FAIL
- if the method fails for any other reason
o RemoveProcessOutput
public virtual RemoveProcessOutput( | | ipiProcessOcc) |
-
Removes the process output of a given process occurrence.
- Parameters:
-
- ipiProcessOcc
- The process occurrence
- oProductReference
- The materializing product
- Returns:
-
S_OK
- the method went fine
E_INVALIDARG
- for an invalid argument
E_FAIL
- if the method fails for any other reason
o SetProcessOutput
public virtual SetProcessOutput( | | ipiProcessRef, |
| | iProductReference) |
-
Sets the process output of a given process reference.
- Parameters:
-
- ipiProcessRef
- The process reference
- iProductReference
- The materializing product
- Returns:
-
S_OK
- the method went fine
E_INVALIDARG
- for an invalid argument
E_FAIL
- if the method fails for any other reason
o SetProcessOutput
public virtual SetProcessOutput( | | ipiProcessOcc, |
| | iProductReference) |
-
Sets the process output of a given process occurrence.
- Parameters:
-
- ipiProcessOcc
- The process occurrence
- iProductReference
- The materializing product
- Returns:
-
S_OK
- the method went fine
E_INVALIDARG
- for an invalid argument
E_FAIL
- if the method fails for any other reason
This object is included in the file: DELIPPRProcessOutputAuth.h
If needed, your Imakefile.mk should include the module: DELPPRProcessItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.