All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchComponentGroup (Object)

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


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(CATIASchAppConnectable 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
 
o Func ListMembers() As CATIASchListOfObjects
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(CATIASchAppConnectable 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.