All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

PspCntrFlow (Object)

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


Represents Interface to manage Connector Flow property.
Role: To query and modify Plant-Ship Connector Flow property.

Property Index

FlowCapability
Returns or sets Flow capability of the connector.
FlowReality
Returns or sets Flow reality of the connector.

Properties


o Property FlowCapability() As CatPspIDLFlowCapability
Returns or sets Flow capability of the connector.
Example:
 Dim objThisIntf As PspCntrFlow
 Dim ojArg1 As CatPspIDLFlowCapability
  ...
 Set ojArg1 = objThisIntf.FlowCapability
 
o Property FlowReality() As CatPspIDLFlowReality
Returns or sets Flow reality of the connector.
Example:
 Dim objThisIntf As PspCntrFlow
 Dim ojArg1 As CatPspIDLFlowReality
  ...
 Set ojArg1 = objThisIntf.FlowReality  
 

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