All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

PspClass (Object)

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


Represent Interface to list the start up object classes of an application.
Role: Application object classes.

Property Index

StartUpConnectors
Returns a List of start-up Connector object classes.
StartUpFunctions
Returns a List of start-up Function object classes.
StartUpPhysicals
Returns a List of start-up physical object classes.

Properties


o Property StartUpConnectors() As CATIAPspListOfBSTRs (Read Only)
Returns a List of start-up Connector object classes.
Example:
 Dim objThisIntf As PspClass
 Dim objArg1 As PspListOfBSTRs
  ...
 Set objArg1 = objThisIntf.StartUpConnectors
 
o Property StartUpFunctions() As CATIAPspListOfBSTRs (Read Only)
Returns a List of start-up Function object classes.
Example:
 Dim objThisIntf As PspClass
 Dim objArg1 As PspListOfBSTRs
  ...
 Set objArg1 = objThisIntf.StartupFunctions
 
o Property StartUpPhysicals() As CATIAPspListOfBSTRs (Read Only)
Returns a List of start-up physical object classes.
Example:
 Dim objThisIntf As PspClass
 Dim objArg1 As PspListOfBSTRs
  ...
 Set objArg1 = objThisIntf.StartupPhysicals
 

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