All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

PspObject (Object)

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


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 CatPspIDLApplicationID (Read Only)
Returns the ApplicationID of the object.
Example:
 Dim objThisIntf As PspObject
 Dim eApplID As CatPSPIDLApplicationID
  ...
 eApplID = objThisIntf.ApplicationID
 
o Property DomainID() As CatPspIDLDomainID (Read Only)
Returns the DomainID of the object.
Example:
 Dim objThisIntf As PspObject
 Dim eDomanID As CatPspIDLDomainID
  ...
 eDomanID = objThisIntf.DomainID
 
o Property StartupType() As CATBSTR (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.