All Frameworks  Object Hierarchy  This Framework  Indexes   

PspObject (Object)

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

Property Index

ApplicationID
Returns the ApplicationID of the object.
DomainID
Returns the DomainID of the object.
StartupType
Returns the Startup type of the object.

Properties


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

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