All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppToolsOptionsData

System.IUnknown
  |
  +---CATISchAppToolsOptionsData
 

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


interface CATISchAppToolsOptionsData

Interface to retrieve Tools/Options data for Schematic applications.
Application must derive implementation of this interface from CATEASchAppToolsOptionsData. Role: To be used to retrieve application specific settings.

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 ShowBranchCtrs(CATBoolean*)
Get the mode for the Show Branch Connectors flag.

Methods


o ShowBranchCtrs
public virtual HRESULT ShowBranchCtrs(CATBoolean* oBShow) = 0
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: CATISchAppToolsOptionsData.h

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