Indexes   

SchConnectable (Object)

Represents schematic objects that can be connected to others.

Method Index

ListConnectors
Find all the connectors of this schematic object on a specific graphical image.

Methods


o 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.
iGRR
Pointer to the graphical image
oLCntrs
A list of connectors included in this connection. (members are CATISchAppConnector interface pointers).
Example:
 Dim objThisIntf As SchConnectable
 Dim objArg1 As SchListOfBSTRs
 Dim objArg2 As SchGRR
 Dim objArg3 As SchListOfObjects
  ...
 Set objArg3 = objThisIntf.ListConnectors(objArg1,objArg2)
 

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