All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppModelInit

System.IUnknown
  |
  +---CATISchAppModelInit
 

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


interface CATISchAppModelInit

Interface to manage an application model initialization.
Applications must derive implementation of this interface from the adapter class CATEASchAppModelInit on an application ID. Role: Initialize application model.

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 AppInit(CATDocument*)
Initialize application model.

Methods


o AppInit
public virtual HRESULT AppInit( const CATDocument* iDoc) = 0
Initialize application model.
Parameters:
iDoc
Pointer to the document concerned.

This object is included in the file: CATISchAppModelInit.h

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