All Frameworks  Class Hierarchy  This Framework  Indexes   

ManufacturingInterfaces Interface 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&,int&)
Retrieves the value for an integer 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&,CATUnicodeString&)
Retrieves 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&,CATUnicodeString&)
Sets the value for a string 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
public virtual FindElement( const iName,
oParm)
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
public virtual GetValue( const iName,
oValue)
Retrieves the value for an integer type parameter on the manufacturing operation.
Parameters:
iName
The parameter name
oValue
The parameter value
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for a double type parameter on the manufacturing operation.
Parameters:
iName
The parameter name
oValue
The parameter value
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for a string type parameter on the manufacturing operation.
Parameters:
iName
The parameter name
oValue
The parameter value
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for a double type parameter on the manufacturing operation.
Parameters:
iName
The parameter name
iValue
The parameter value
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for a string type parameter on the manufacturing operation.
Parameters:
iName
The parameter name
iValue
The parameter value
o SetValue
public virtual SetValue( const iName,
const iValue)
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

Copyright © 2003, Dassault Systèmes. All rights reserved.