All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchAppGroup (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SchAppGroup
 


Manage application group.

Method Index

ListZones
List application zone objects.

Methods


o Sub ListZones(CATBSTR iClassType,
CATIASchListOfObjects oLZones)
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
Example:
 Dim objThisIntf As SchAppGroup
 Dim strVar1 As String
 Dim objArg2 As SchListOfObjects
  ...
 objThisIntf.ListZonesstrVar1,objArg2
 

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