Role: To access access Plant Ship physical object information.
Methods
- Func GetFunctional() As
-
Returns the Function object.
- Returns:
- Functional object associated with the physical object dd>
- Example:
-
Dim objThisIntf As PspPhysical Dim objArg1 As PspFunctional ... Set objArg1 = objThisIntf.GetFunctional
- Func GetSpatial() As
-
Returns the Spatial object.
- Returns:
- Spatial object associated with the physical object dd>
- Example:
-
Dim objThisIntf As PspPhysical Dim objArg1 As PspSpatial ... Set objArg1 = objThisIntf.GetSpatial