All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppCntrColor

System.IUnknown
  |
  +---CATISchAppCntrColor
 

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


interface CATISchAppCntrColor

Interface to define the application connector color.
Applications must derive implementation of this interface from the adapter class CATEASchAppCntrColor. Role: To specify the application connector by class type.

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 AppGetConnectorColorByType(unsigned int*)
Specify the connector color of this connector type.

Methods


o AppGetConnectorColorByType
public virtual HRESULT AppGetConnectorColorByType(unsigned int* oColor) = 0
Specify the connector color of this connector type.
Parameters:
oColor
Application connector color for "this" connector type. Please refer to CATColorName.h of Visualization FW.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppCntrColor.h

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