SchAppGroup (Object)

Manage application group.

Methods


Sub ListZones( iClassType, 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