All Frameworks Class Hierarchy This Framework Indexes
CATSchPlatformInterfaces Interface 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 ListConnectors( | | iLCntrClassFilter, |
| | iGRR, |
| | oLCntrs) |
-
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