SchInternalFlow (Object)

Represents the internal flow object in a schematic component.

Methods


Sub GetInsertionType( oEInternalFlowType)
Get insertion flow type.
Parameters:
oEInternalFlowType
Internal flow type.
Example:
 
 Dim objThisIntf As SchInternalFlow

  ...
 objThisIntf.GetInsertionTypeCatSchIDLInternalFlowType_Enum
 
Sub GetStatus( oEInternalFlowStatus)
Get insertion flow status.
Parameters:
oEInternalFlowStatus
Internal flow status.
Example:
 
 Dim objThisIntf As SchInternalFlow

  ...
 objThisIntf.GetStatusCatSchIDLInternalFlowStatus_Enum
 
Func ListSchConnectors() As
List all schematic connectors associated with an internal flow.
Parameters:
oLSchCntrs
A list of schematic connector objects (members are CATISchCntrLocation interface pointers).
Example:
 
 Dim objThisIntf As SchInternalFlow
 Dim objArg1 As SchListOfObjects
  ...
 Set objArg1 = objThisIntf.ListSchConnectors
 
Sub SetStatus( iEInternalFlowStatus)
Set insertion flow status.
Parameters:
iEInternalFlowStatus
Internal flow status.
Example:
 
 Dim objThisIntf As SchInternalFlow

  ...
 objThisIntf.SetStatusCatSchIDLInternalFlowStatus_Enum