All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchConnectable

System.IUnknown
  |
  +---CATISchConnectable
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATISchConnectable

Interface to mangage schematic object behaviors in network analysis.
Role: To specify schematic object behaviors such as listing connectors on a specific graphical image.


Method Index


o ListConnectors(CATICStringList*,CATISchGRR*,CATIUnknownList**)
Find all the connectors of this schematic object on a specific graphical image.

Methods


o ListConnectors
public virtual HRESULT ListConnectors(CATICStringList* iLCntrClassFilter,
CATISchGRR* iGRR,
CATIUnknownList** oLCntrs) = 0
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).
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchConnectable.h

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