All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Class CATEASchAppAddCATStateCommand

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

Usage: you can derive this class.


public class CATEASchAppAddCATStateCommand

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


Constructor and Destructor Index


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

Method Index


o AppGetCATStateCommand(CATStateCommand**)
Provide the application CATStateCommand.

Constructor and Destructor


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

Methods


o AppGetCATStateCommand
public virtual HRESULT AppGetCATStateCommand(CATStateCommand** oAppCATStateCommand)
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: CATEASchAppAddCATStateCommand.h
If needed, your Imakefile.mk should include the module: CATSchItfCPP

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