All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchConnectable (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SchConnectable
 


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(CATIASchListOfBSTRs iLCntrClassFilter,
CATIASchGRR iGRR) As CATIASchListOfObjects
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 © 2003, Dassault Systèmes. All rights reserved.