Indexes   

SchInternalFlow (Object)

Represents the internal flow object in a schematic component.

Method Index

GetInsertionType
Get insertion flow type.
GetStatus
Get insertion flow status.
ListSchConnectors
List all schematic connectors associated with an internal flow.
SetStatus
Set insertion flow status.

Methods


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

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

  ...
 objThisIntf.GetStatusCatSchIDLInternalFlowStatus_Enum
 
o 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
 
o Sub SetStatus( iEInternalFlowStatus)
Set insertion flow status.
Parameters:
iEInternalFlowStatus
Internal flow status.
Example:
 Dim objThisIntf As SchInternalFlow

  ...
 objThisIntf.SetStatusCatSchIDLInternalFlowStatus_Enum
 

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