All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Class CATEASchAppDisplayMode

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

Usage: you can derive this class.


public class CATEASchAppDisplayMode

Super class to derive implementation for interface CATISchAppDisplayMode.
Role: Adaptor


Constructor and Destructor Index


o CATEASchAppDisplayMode()
Constructs an empty CATEASchAppDisplayMode.
o ~CATEASchAppDisplayMode()

Method Index


o AppDisplayMode(CATSchDisplayMode*)
Defines application display mode.

Constructor and Destructor


o CATEASchAppDisplayMode
public CATEASchAppDisplayMode()
Constructs an empty CATEASchAppDisplayMode.
o ~CATEASchAppDisplayMode
public virtual ~CATEASchAppDisplayMode()

Methods


o AppDisplayMode
public virtual HRESULT AppDisplayMode(CATSchDisplayMode* oEDisplayMode)
Defines application display mode.
Parameters:
oEDisplayMode
Enum describing the display mode the application wishes to use. (see CATSchGeneralEnum.h for descriptions)
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

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

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