All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppAddCATStateCommand

System.IUnknown
  |
  +---CATISchAppAddCATStateCommand
 

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


interface CATISchAppAddCATStateCommand

Interface to access data defined in application "Add-in" CATStateCommand.
Application must derived implementation of this interface from CATEASchAppAddCATStateCommand. Role: To allow application to enhance Schematic Platform generic commands.

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 AppGetCATStateCommand(CATStateCommand**)
Provide the application CATStateCommand.

Methods


o AppGetCATStateCommand
public virtual HRESULT AppGetCATStateCommand(CATStateCommand** oAppCATStateCommand) = 0
Provide the application CATStateCommand.
Parameters:
oAppCATStateCommand
pointer to application CATStateCommand that implements this interface The caller must allocate memory for the first level pointer (i.e. oAppCATStateCommand) and release the second level pointer (i.e. *oAppCATStateCommand) after usage.

This object is included in the file: CATISchAppAddCATStateCommand.h

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