All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppRouteAlternateGraphic

System.IUnknown
  |
  +---CATISchAppRouteAlternateGraphic
 

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


interface CATISchAppRouteAlternateGraphic

Interface to manage the graphic style of an application route under the alternate display mode.
Applications must derive implementation of this interface from the adapter class CATEASchAppRouteAlternateGraphic. Role: Defines the alternate graphic style for a route.

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 AppGetAssemblyGraphicStyle(CATSchRouteAlternateGraphicStyle*)
Defines the alternate graphic style used for a route.

Methods


o AppGetAssemblyGraphicStyle
public virtual HRESULT AppGetAssemblyGraphicStyle(CATSchRouteAlternateGraphicStyle* oEGraphicStyle) = 0
Defines the alternate graphic style used for a route.
Parameters:
oEGraphicStyle
Enum describing the graphic style to use. (see CATSchGeneralEnum.h for descriptions)
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppRouteAlternateGraphic.h

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