PspObject (Object)

Represents PspObject.
Role: To access Plant Ship object information.

Properties


Property ApplicationID() As (Read Only)
Returns the ApplicationID of the object.
Example:
 
 Dim objThisIntf As PspObject
 Dim eApplID As CatPSPIDLApplicationID
  ...
 eApplID = objThisIntf.ApplicationID
 
Property DomainID() As (Read Only)
Returns the DomainID of the object.
Example:
 
 Dim objThisIntf As PspObject
 Dim eDomanID As CatPspIDLDomainID
  ...
 eDomanID = objThisIntf.DomainID
 
Property StartupType() As (Read Only)
Returns the Startup type of the object.
Example:
 
 Dim objThisIntf As PspObject
 Dim strStartUp As String
 ...
 strStartUp = objThisIntf.StartupType