CATSchPlatformInterfaces SchComponentGroup (Object)
All Frameworks Object Hierarchy This Framework Indexes
SchComponentGroup (Object)
Represents a temporary group of schematic objects for component placement.
Method Index
-
AddMember
- Add a member to the component group.
-
ListMembers
- List all connectable members in the group.
-
RemoveMember
- Remove a member to the component group.
Methods
o Sub AddMember( | | iCntblToAdd) |
-
Add a member to the component group.
- Parameters:
-
- iCntblToAdd
- The application connectable to be added to the group
- Example:
-
Dim objThisIntf As SchComponentGroup
Dim objArg1 As SchAppConnectable
...
objThisIntf.AddMemberobjArg1
-
List all connectable members in the group.
- Parameters:
-
- oLGRR
- A list of connectables.
- Example:
-
Dim objThisIntf As SchComponentGroup
Dim objArg1 As SchListOfObjects
...
Set objArg1 = objThisIntf.ListMembers
o Sub RemoveMember( | | iCntblToRemove) |
-
Remove a member to the component group.
- Parameters:
-
- iCntbleToRemove
- The application connectable to be removed from the group
- Example:
-
Dim objThisIntf As SchComponentGroup
Dim objArg1 As SchAppConnectable
...
objThisIntf.RemoveMemberobjArg1
Copyright © 2003, Dassault Systèmes. All rights reserved.