CATPlantShipInterfaces PspGroup (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
PspGroup (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---PspGroup
Represent the Group.
Role: It manages group members in making logical relationship.
Property Index
-
Members
- Returns a list of Members of the Group.
Method Index
-
AddMember
- Adds a member to the group.
-
RemoveMember
- Removes a member from the group.
Properties
-
Returns a list of Members of the Group.
- Example:
-
Dim objThisIntf As PspGroup
Dim objArg1 As PspListOfObjects
...
Set ObjArg1 = objThisIntf.Members
Methods
-
Adds a member to the group.
- Parameters:
-
- iGroupable
- Member to add
- Example:
-
Dim objThisIntf As PspGroup
Dim objArg1 As PspGroupable
...
objThisIntf.AddMember objArg1
-
Removes a member from the group.
- Parameters:
-
- iGroupable
- a member to be removed
- Example:
-
Dim objThisIntf As PspGroup
Dim objArg1 As PspGroupable
...
objThisIntf.RemoveMember objArg1
Copyright © 2003, Dassault Systèmes. All rights reserved.