All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgUserDataFeature

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

Usage: you can freely reimplement this interface.


interface CATIMfgUserDataFeature

Interface to manage a user data feature.

Role: CATIMfgUserDataFeature has methods to manage a user data feature.


Method Index


o GetEditor(CATDialog*,CATDlgFrame*&)
Retrieves the editor of the user data feature.
o GetNLSDescription(CATUnicodeString&)
Retrieves the NLS description of the user data feature.

Methods


o GetEditor
public virtual HRESULT GetEditor(CATDialog* iFather,
CATDlgFrame*& oEditor) = 0
Retrieves the editor of the user data feature.
Parameters:
iFather
The father of the editor
oEditor
The editor of the user data feature
o GetNLSDescription
public virtual HRESULT GetNLSDescription(CATUnicodeString& oNLSDescription) = 0
Retrieves the NLS description of the user data feature.
Parameters:
oNLS
The NLS description of the user data feature

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

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