Methods
- Sub GetInsertionType( oEInternalFlowType)
-
Get insertion flow type.
- Parameters:
-
- oEInternalFlowType
- Internal flow type. dd>
- Example:
-
Dim objThisIntf As SchInternalFlow ... objThisIntf.GetInsertionTypeCatSchIDLInternalFlowType_Enum
- Sub GetStatus( oEInternalFlowStatus)
-
Get insertion flow status.
- Parameters:
-
- oEInternalFlowStatus
- Internal flow status. dd>
- 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). dd>
- 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. dd>
- Example:
-
Dim objThisIntf As SchInternalFlow ... objThisIntf.SetStatusCatSchIDLInternalFlowStatus_Enum