All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---PspFunctional
| o Property CatalogPartName( | ) As CATBSTR (Read Only) |
Dim objThisIntf As PspFunctional Dim strVar1 As CATBSTR ... Set strVar1 = objThisIntf.CatalogPartName
| o Property FunctionStatus( | ) As CatPspIDLFunctionStatus (Read Only) |
Dim objThisIntf As PspPhysical Dim objArg1 As CatPspIDLFunctionStatus ... objArg1 = objThisIntf.FunctionStatus
| o Property PartCatalogName( | ) As CATBSTR (Read Only) |
Dim objThisIntf As PspFunctional Dim strVar1 As CATBSTR ... strVar1 = objThisIntf.PartCatalogName
| o Property PartNumber( | ) As CATBSTR (Read Only) |
Dim objThisIntf As PspFunctional Dim strVar1 As CATBSTR ... strVar1 = objThisIntf.PartNumber
| o Property PartType( | ) As CATBSTR (Read Only) |
Dim objThisIntf As PspFunctional Dim strVar1 As CATBSTR ... strVar1 = objThisIntf.PartType
| o Property Physicals( | ) As CATIAPspListOfObjects (Read Only) |
Dim objThisIntf As PspFunctional Dim objArg1 As PspListOfObjects ... Set objArg1 = objThisIntf.Physicals
| o Property Standard( | ) As CATBSTR (Read Only) |
Dim objThisIntf As PspFunctional Dim strVar1 As CATBSTR ... strVar1 = objThisIntf.Standard
| o Func GetCompatiblePartTypes( | CATBSTR | iuStandard) As CATIAPspListOfBSTRs |
Dim objThisIntf As PspFunctional Dim strVar1 As CATBSTR Dim objArg2 As PspListOfBSTRs ... Set objArg1 = objThisIntf.GetCompatiblePartTypes (strVar1)
| o Func IsOKToIntegrate( | ) As boolean |
Dim objThisIntf As PspFunctional Dim objArg1 As boolean ... objArg1 = objThisIntf.IsOKToIntegrate
| o Func IsRealized( | ) As boolean |
Dim objThisIntf As PspFunctional Dim objArg1 As boolean ... objArg1 = objThisIntf.IsRealized
| o Func IsSpecDriven( | ) As boolean |
Dim objThisIntf As PspFunctional Dim objArg1 As boolean ... objArg1 = objThisIntf.IsSpecDriven
| o Sub ListCompatiblePartNumbers( | CATBSTR | iuPartType, |
| CATBSTR | iuStandard, | |
| CATBSTR | iuCatalogName, | |
| CATIAPspListOfBSTRs | oLPartTypes, | |
| CATIAPspListOfBSTRs | oLCatalogPartNames) |
Dim objThisIntf As PspFunctional Dim strVar1 As CATBSTR Dim strVar2 As CATBSTR Dim strVar3 As CATBSTR Dim objArg4 As PspListOfBSTRs Dim objArg5 As PspListOfBSTRs .. .. objThisIntf.ListCompatiblePartNumbers strVar1,strVar2,strVar3,objArg4,objArg5
Copyright © 2003, Dassault Systèmes. All rights reserved.