All Frameworks  Object Hierarchy  This Framework  Indexes   

PspClass (Object)

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 (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 (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 (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.