Role: Application object classes.
Properties
- 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
- 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
- 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