All Frameworks Class Hierarchy This Framework Previous Next Indexes
ManufacturingInterfaces Interface CATIMfgActivityParameters
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIMfgActivityParameters
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgActivityParameters
Interface to manage parameters of a manufacturing operation.
Method Index
- o
FindElement(CATUnicodeString&,CATBaseUnknown_var&)
- Retrieves , if possible , CKE object describing parameter on the manufacturing operation.
- o
GetValue(CATUnicodeString&,CATUnicodeString&)
- Retrieves the value for a string type parameter on the manufacturing operation.
- o
GetValue(CATUnicodeString&,double&)
- Retrieves the value for a double type parameter on the manufacturing operation.
- o
GetValue(CATUnicodeString&,int&)
- Retrieves the value for an integer type parameter on the manufacturing operation.
- o
SetValue(CATUnicodeString&,CATUnicodeString&)
- Sets the value for a string type parameter on the manufacturing operation.
- o
SetValue(CATUnicodeString&,double)
- Sets the value for a double type parameter on the manufacturing operation.
- o
SetValue(CATUnicodeString&,int)
- Sets the value for an integer type parameter on the manufacturing operation.
Methods
o FindElement
-
Retrieves , if possible , CKE object describing parameter on the manufacturing operation.
- Parameters:
-
- iName
- The parameter name
- oParm
- The parameter value modelized by a
CATICkeParm
o GetValue
-
Retrieves the value for a string type parameter on the manufacturing operation.
- Parameters:
-
- iName
- The parameter name
- oValue
- The parameter value
o GetValue
-
Retrieves the value for a double type parameter on the manufacturing operation.
- Parameters:
-
- iName
- The parameter name
- oValue
- The parameter value
o GetValue
-
Retrieves the value for an integer type parameter on the manufacturing operation.
- Parameters:
-
- iName
- The parameter name
- oValue
- The parameter value
o SetValue
-
Sets the value for a string type parameter on the manufacturing operation.
- Parameters:
-
- iName
- The parameter name
- iValue
- The parameter value
o SetValue
-
Sets the value for a double type parameter on the manufacturing operation.
- Parameters:
-
- iName
- The parameter name
- iValue
- The parameter value
o SetValue
-
Sets the value for an integer type parameter on the manufacturing operation.
- Parameters:
-
- iName
- The parameter name
- iValue
- The parameter value
This object is included in the file: CATIMfgActivityParameters.h
If needed, your Imakefile.mk should include the module: MfgItfEnv