All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgMacrosTabPage

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

Usage: you can freely reimplement this interface.


interface CATIMfgMacrosTabPage

Interface dedicated to Macros TabPage editor management.
Role: This interface offers services to show or hide the feeds and speeds TabPage in the operation editor.


Method Index


o IsMacrosTabPageAvailable(int&)
Allows to show or hide the Macros TabPage in the operation editor.

Methods


o IsMacrosTabPageAvailable
public virtual HRESULT IsMacrosTabPageAvailable(int& oIsAvailable) = 0
Allows to show or hide the Macros 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: CATIMfgMacrosTabPage.h
If needed, your Imakefile.mk should include the module: MfgItfEnv

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