DELPPRProcessItf Interface DELIPPRProcessOutputNav
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIPPRProcessOutputNav
Method Index
- o
GetProcessMaterializedBy(CATIPLMNavReference*,CATListPtrCATIPLMNavReference&)
- Gets the process output of a given process reference.
- o
GetProcessOutput(CATIPLMNavReference*,CATIPLMNavReference*&)
- Gets the process output of a given process reference.
- o
GetProcessOutput(CATIPLMNavOccurrence*,CATIPLMNavReference*&)
- Gets the process output of a given process occurrence.
Methods
o GetProcessMaterializedBy
public virtual GetProcessMaterializedBy( | | ipiProductRef, |
| | oListOfProcessReference) |
-
Gets the process output of a given process reference.
- Parameters:
-
- oProductReference
- The materializing product
- oListOfProcessReference
- The list of process materialized by oProductReference
- Returns:
-
S_OK
- the method went fine
E_INVALIDARG
- for an invalid argument
E_FAIL
- if the method fails for any other reason
o GetProcessOutput
public virtual GetProcessOutput( | | ipiProcessRef, |
| | oProductReference) |
-
Gets the process output of a given process reference.
- Parameters:
-
- ipiProcessRef
- The process reference
- 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 GetProcessOutput
public virtual GetProcessOutput( | | ipiProcessOcc, |
| | oProductReference) |
-
Gets 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
This object is included in the file: DELIPPRProcessOutputNav.h
If needed, your Imakefile.mk should include the module: DELPPRProcessItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.