Methods
- Func ListConnectors( iLCntrClassFilter, iGRR) As
-
Find all the connectors of this schematic object on a specific
graphical image.
- Parameters:
-
- oLCntrClassFilter
- A list of all the class types for filtering the output connector list. dd>
- iGRR
- Pointer to the graphical image dd>
- oLCntrs
- A list of connectors included in this connection. (members are CATISchAppConnector interface pointers). dd>
- Example:
-
Dim objThisIntf As SchConnectable Dim objArg1 As SchListOfBSTRs Dim objArg2 As SchGRR Dim objArg3 As SchListOfObjects ... Set objArg3 = objThisIntf.ListConnectors(objArg1,objArg2)