All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Class CATEASchAppToolsOptionsData

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

Usage: you can derive this class.


public class CATEASchAppToolsOptionsData

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


Constructor and Destructor Index


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

Method Index


o ShowBranchCtrs(CATBoolean*)
Get the mode for the Show Branch Connectors flag.

Constructor and Destructor


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

Methods


o ShowBranchCtrs
public virtual HRESULT ShowBranchCtrs(CATBoolean* oBShow)
Get the mode for the Show Branch Connectors flag.
Parameters:
oBShow
True if the connector show status is Show. False if the connector show status is NoShow.
Returns:
An HRESULT value.
Legal values:
CATReturnSuccess
operation is successful
CATReturnFailure
operation failed

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

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