Indexes   

SchAppZone (Object)

Manage a schematic zone.

Method Index

AppAddZoneMember
Add an application connectable object to the zone as member.
AppListZoneMembers
List all members of an application zone.
AppRemoveZoneMember
Remove an application connectable object to the zone as member.

Methods


o Sub AppAddZoneMember( iAppCntblToAdd)
Add an application connectable object to the zone as member.
Parameters:
iAppCntblToAdd
The application connectable object to be added to the zone.
Example:
 Dim objThisIntf As SchAppZone
 Dim objArg1 As SchAppConnectable
  ...
 objThisIntf.AppAddZoneMemberobjArg1
 
o Func AppListZoneMembers() As
List all members of an application zone.
Parameters:
oLAppCntbl
A list of zone members (application connectables).
Example:
 Dim objThisIntf As SchAppZone
 Dim objArg1 As SchListOfObjects
  ...
 Set objArg1 = objThisIntf.AppListZoneMembers
 
o Sub AppRemoveZoneMember( iAppCntblToRemove)
Remove an application connectable object to the zone as member.
Parameters:
iAppCntblToRemove
The application connectable object to be removed to the zone.
Example:
 Dim objThisIntf As SchAppZone
 Dim objArg1 As SchAppConnectable
  ...
 objThisIntf.AppRemoveZoneMemberobjArg1
 

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