All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

PspGroupable (Object)

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


Represent the Groupable object that can be grouped by Group object.
Role: It is used to query the group object link to this object.

Property Index

Groups
Returns a list of Groups to which this object is a member.

Properties


o Property Groups() As CATIAPspListOfObjects (Read Only)
Returns a list of Groups to which this object is a member.
Example:
 Dim objThisIntf As PspGroupable  
 Dim objArg1 As PspListOfObjects
 
  ...
 Set ObjArg1 = objThisIntf.Groups
 

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