All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppDisplayMode

System.IUnknown
  |
  +---CATISchAppDisplayMode
 

Usage: you can reimplement this interface by deriving the supplied CATEASchAppDisplayMode adapter class.


interface CATISchAppDisplayMode

Interface to manage application display mode.
Applications must derive implementation of this interface from the adapter class CATEASchAppDisplayMode. Role: Defines application display mode.

BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.


Method Index


o AppDisplayMode(CATSchDisplayMode*)
Defines application display mode.

Methods


o AppDisplayMode
public virtual HRESULT AppDisplayMode(CATSchDisplayMode* oEDisplayMode) = 0
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: CATISchAppDisplayMode.h

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