pycatia.cat_plant_ship_interfaces.psp_object

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.cat_plant_ship_interfaces.psp_object.PSPObject(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
PspObject

Represents PspObject.
Role: To access Plant Ship object information.
property application_id: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
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
Returns:

enum cat_psp_idl_application_id

Return type:

int

property domain_id: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
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
Returns:

enum cat_psp_idl_domain_id

Return type:

int

property startup_type: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
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
Return type:

str