MachiningOperationUseItf Interface DELIMfgSeqMotionParameters

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


interface DELIMfgSeqMotionParameters

Interface allow to set/get parameters of sequential motion


Method Index


o FindElement(CATUnicodeString&,CATBaseUnknown_var&)
Retrieves , if possible , CKE object describing parameter on the manufacturing sequential motion motion.
o GetValue(CATUnicodeString&,int&)
Retrieves the value for an integer type parameter on the manufacturing sequential motion.
o GetValue(CATUnicodeString&,double&)
Retrieves the value for a double type parameter on the manufacturing sequential motion.
o GetValue(CATUnicodeString&,CATBoolean&)
Retrieves the value for a boolean type parameter on the manufacturing sequential motion.
o GetValue(CATUnicodeString&,CATUnicodeString&)
Retrieves the value for a string type parameter on the manufacturing sequential motion.
o SetValue(CATUnicodeString&,int)
Sets the value for an integer type parameter on the manufacturing sequential motion.
o SetValue(CATUnicodeString&,double)
Sets the value for a double type parameter on the manufacturing sequential motion.
o SetValue(CATUnicodeString&,CATBoolean)
Sets the value for a boolean type parameter on the manufacturing sequential motion.
o SetValue(CATUnicodeString&,CATUnicodeString&)
Sets the value for a string type parameter on the manufacturing sequential motion.

Methods


o FindElement
public virtual FindElement( const iName,
oParm)
Retrieves , if possible , CKE object describing parameter on the manufacturing sequential motion motion.
Parameters:
iName
The parameter name
oParm
The parameter value modelized by a
Returns:
The return code
Legal values:
  • S_OK : Search proceed with success
  • other case : an error occured or attribute not found
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for an integer type parameter on the manufacturing sequential motion.
Parameters:
iName
The parameter name
oValue
The parameter value
Returns:
The return code
Legal values:
  • S_OK : Reading proceed with success
  • other case : an error occured
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for a double type parameter on the manufacturing sequential motion.
Parameters:
iName
The parameter name
oValue
The parameter value
Returns:
The return code
Legal values:
  • S_OK : Reading proceed with success
  • other case : an error occured
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for a boolean type parameter on the manufacturing sequential motion.
Parameters:
iName
The parameter name
oValue
The parameter value
Returns:
The return code
Legal values:
  • S_OK : Reading proceed with success
  • other case : an error occured
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for a string type parameter on the manufacturing sequential motion.
Parameters:
iName
The parameter name
oValue
The parameter value
Returns:
The return code
Legal values:
  • S_OK : Reading proceed with success
  • other case : an error occured
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for an integer type parameter on the manufacturing sequential motion.
Parameters:
iName
The parameter name
iValue
The parameter value
Returns:
The return code
Legal values:
  • S_OK : Initialization proceed with success
  • other case : an error occured
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for a double type parameter on the manufacturing sequential motion.
Parameters:
iName
The parameter name
iValue
The parameter value
Returns:
The return code
Legal values:
  • S_OK : Initialization proceed with success
  • other case : an error occured
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for a boolean type parameter on the manufacturing sequential motion.
Parameters:
iName
The parameter name
iValue
The parameter value
Returns:
The return code
Legal values:
  • S_OK : Initialization proceed with success
  • other case : an error occured
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for a string type parameter on the manufacturing sequential motion.
Parameters:
iName
The parameter name
iValue
The parameter value
Returns:
The return code
Legal values:
  • S_OK : Initialization proceed with success
  • other case : an error occured

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

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