All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppRouteCATDlgFrame

System.IUnknown
  |
  +---CATISchAppRouteCATDlgFrame
 

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


interface CATISchAppRouteCATDlgFrame

Interface to access data defined in application dialog.
Application must derived implementation of this interface from CATEASchAppRouteCATDlgFrame. Role: To allow application to customize the definition of the route.

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 AppGetCATDlgFrame(CATDlgFrame**)
Provide the application sub-class of CATDlgFrame.

Methods


o AppGetCATDlgFrame
public virtual HRESULT AppGetCATDlgFrame(CATDlgFrame** oAppCATDlgFrame) = 0
Provide the application sub-class of CATDlgFrame.
Parameters:
oAppCATDlgFrame
pointer to application CATDlgFrame that implements this interface The caller must allocate memory for the first level pointer (i.e. oAppCATDlgFrame) and release the second level pointer (i.e. *oAppCATDlgFrame) after usage.

This object is included in the file: CATISchAppRouteCATDlgFrame.h

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