All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgGeometryTabPage

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

Usage: you can freely reimplement this interface.


interface CATIMfgGeometryTabPage

Interface dedicated to FeedsAndSpeeds TabPage editor management.
Role: This interface offers services to show or hide the feeds and speeds TabPage in the operation editor.
A default implementation is provided, the TabPage is shown.


Method Index


o IsGeometryTabPageAvailable(int&)
Allows to show or hide the feeds and speeds TabPage in the operation editor.

Methods


o IsGeometryTabPageAvailable
public virtual HRESULT IsGeometryTabPageAvailable(int& oIsAvailable) = 0
Allows to show or hide the feeds and speeds TabPage in the operation editor.
Parameters:
oIsAvailable
Indicates if the TabPage will be shown or hidden.
Legal values:
  • 0: the TabPage is hidden
  • 1: the TabPage is shown

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

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