All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Class CATEASchAppCntrShow

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

Usage: you can derive this class.


public class CATEASchAppCntrShow

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


Constructor and Destructor Index


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

Method Index


o AppShowBranchCntr(CATBoolean*)
Defines show status of the applicaton branch connector.
o AppShowCntr(CATBoolean*)
Defines show status of the applicaton connector.

Constructor and Destructor


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

Methods


o AppShowBranchCntr
public virtual HRESULT AppShowBranchCntr(CATBoolean* oBShow)
Defines show status of the applicaton branch connector.
Parameters:
oBShow
True if the connector show status is Show. False if the connector show status is NoShow.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o AppShowCntr
public virtual HRESULT AppShowCntr(CATBoolean* oBShow)
Defines show status of the applicaton connector.
Parameters:
oBShow
True if the connector show status is Show. False if the connector show status is NoShow.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATEASchAppCntrShow.h
If needed, your Imakefile.mk should include the module: CATSchItfCPP

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