All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppGroup

System.IUnknown
  |
  +---CATISchAppGroup
 

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


interface CATISchAppGroup

Interface to list application group objects found in the document.
Application must derive implementation of this interface from CATEASchAppGroup. Role: List zones found in the diagram.

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 ListZones(char*,CATIUnknownList**)
List application zone objects.

Methods


o ListZones
public virtual HRESULT ListZones( const char* iClassType,
CATIUnknownList** oLZones) = 0
List application zone objects.
Parameters:
iClassType
Class type filter. If null, no filtering will be applied.
oLZones
(members are CATISchAppZone interfaces pointers) A list of zones
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppGroup.h

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