All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---PspConnectable
| o Property Connectors( | ) As CATIAPspListOfObjects (Read Only) |
Dim objThisIntf As PspConnectable Dim objArg1 As CatPspIDLDomainID Dim objArg2 As PspListOfBSTRs ... Set objArg2 = objThisIntf.Connectors
| o Property ValidConnectorTypes( | ) As CATIAPspListOfBSTRs (Read Only) |
Dim objThisIntf As PspConnectable Dim objArg1 As PspListOfBSTRs ... Set objArg1 = objThisIntf.ValidConnectorTypes
| o Func GetConnectorByName( | CATBSTR | iuConnectorName) As CATIAPspConnector |
Dim objThisIntf As PspConnectable Dim strVar1 As PspListOfBSTRs Dim objArg2 As PspConnector ... Set objArg2 = objThisIntf.GetConnectorByName (strVar1)
| o Sub ListConnectables( | CATIAPspListOfBSTRs | iuClassFilter, |
| CATIAPspListOfObjects | oLCntbles, | |
| CATIAPspListOfObjects | oLCntrsOnThisObj, | |
| CATIAPspListOfObjects | oLCntrsOnConnected) |
Dim objThisIntf As PspConnectable Dim objArg1 As PspListOfBSTRs Dim objArg2 As PspListofObjects Dim objArg3 As PspListofObjects Dim objArg4 As PspListofObjects ... objThisIntf.ListConnectables objArg1,objArg2,objArg3,objArg4
Copyright © 2003, Dassault Systèmes. All rights reserved.