MachiningUseItf Interface DELIMfgActivityParameters

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface DELIMfgActivityParameters

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&,boolean&)
Retrieves the value for a string 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&,int)
Sets the value for an integer 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&,boolean&)
Sets the value for a string type parameter on the manufacturing operation.
o SetValue(CATUnicodeString&,CATUnicodeString&)
Sets the value for a string type parameter on the manufacturing operation.

Methods


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

This object is included in the file: DELIMfgActivityParameters.h
If needed, your Imakefile.mk should include the module: MachiningUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.