All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgCustomParameters

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIMfgCustomParameters
 

Usage: you can freely reimplement this interface.


interface CATIMfgCustomParameters

Interface dedicated to Activity object.
Role: This interface offers services to compute syntax parameters on Activity object.


Method Index


o GetExtendedValue(CATUnicodeString&,int&,int&,double&,CATUnicodeString&)
GetExtendedValue on the object.

Methods


o GetExtendedValue
public virtual HRESULT GetExtendedValue( const CATUnicodeString& iParmName,
int& oTypeValue,
int& oIntegerValue,
double& oDoubleValue,
CATUnicodeString& oStringValue)=0
GetExtendedValue on the object.
Parameters:
iParmName
The Parameter name
oTypeValue
The value type (1:Integer,2:Double,3:String)
oIntegerValue
Integer value
oDoubleValue
Double value
oStringValue
String value

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

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