All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface CATIMfgFormulaManagement
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgFormulaManagement
Describe the functionality of your interface here
Using this prefered syntax will enable mkdoc to document your class.
Method Index
- o
GetParametrization(CATListOfCATUnicodeString&)
- Read the parametrization Set of the Activity object.
- o
GetSolvedParametrizationForResourceReq(CATListOfCATUnicodeString&,CATCkeListOf(Parm)&,CATListOfInt&)
- Solve and Get the parametrization Set of a resource requirement of a NC manufacturing object.
- o
SetParametrization(CATListOfCATUnicodeString&)
- Set the parametrization Set of the Activity object.
- o
SolveParametrization()
- Solve the parametrization Set of a NC manufacturing object.
Methods
o GetParametrization
| public virtual GetParametrization( | | oValue) |
-
Read the parametrization Set of the Activity object.
Returns HRESULT.
- Parameters:
-
- oValue:
- value as CATlistOfCATUnicodeString
o GetSolvedParametrizationForResourceReq
| public virtual GetSolvedParametrizationForResourceReq( | | oListOfCondition, |
| | oListOfParm, |
| | oListOfLogicalOper) |
-
Solve and Get the parametrization Set of a resource requirement of a NC manufacturing object.
Returns HRESULT.
- Parameters:
-
- oListOfCondition:
- value as CATListOfCATUnicodeString
- oListOfParm:
- value as CATCkeListOf(Parm)
o SetParametrization
| public virtual SetParametrization( | const | iValue) |
-
Set the parametrization Set of the Activity object.
Returns HRESULT.
- Parameters:
-
- iValue:
- value as CATlistOfCATUnicodeString
o SolveParametrization
| public virtual SolveParametrization( | ) |
-
Solve the parametrization Set of a NC manufacturing object.
Returns HRESULT.
This object is included in the file: CATIMfgFormulaManagement.h
If needed, your Imakefile.mk should include the module: MfgItfEnv