All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

DraftingInterfaces Interface CATIDftMultiSheetMode

System.IUnknown
  |
  +---CATIDftMultiSheetMode
 

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


interface CATIDftMultiSheetMode

Interface used to manage multisheet command.
Role: This interface is required for commands allowing to be multisheet. So the commands will not be killed when the user change the current sheet. After the use of Set method, the previous mode must be restored


Method Index


o GetMultiSheetMode(boolean*)
Get the mode multi-sheet.
o SetMultiSheetMode(boolean)
Set the mode to multi-sheet.

Methods


o GetMultiSheetMode
public virtual HRESULT GetMultiSheetMode(boolean* oMode) = 0
Get the mode multi-sheet. TRUE if multi-sheet mode is activated.
Returns:
The mode.
o SetMultiSheetMode
public virtual HRESULT SetMultiSheetMode( const boolean iMode) = 0
Set the mode to multi-sheet.

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

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