All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---Collection
|
+---AnalysisSets
| o Func Add( | CATBSTR | iType, |
| CATAnalysisSetType | iSetType) As CATIAAnalysisSet |
Dim ThisAnalysisSet As AnalysisSet
Set ThisAnalysisSet = analysisSets.Add("LoadSet", 0)
| o Sub AddExistingSet( | CATIAAnalysisSet | iSet, |
| CATAnalysisSetType | iSetType) |
Dim ThisAnalysisSet As AnalysisSet ... analysisSets.AddExistingSet(ThisAnalysisSet, 0)
| o Func Item( | CATVariant | iIndex, |
| CATAnalysisSetSearchType | iSerachType) As CATIAAnalysisSet |
Dim ThisAnalysisSet As AnalysisSet
Set ThisAnalysisSet = analysisCase.AnalysisSets.Item(3,1)
Dim ThatAnalysisSet As AnalysisSet
Set ThatAnalysisSet = analysisCase.AnalysisSets.Item("MySet")
| o Func ItemByType( | CATBSTR | iType) As CATIAAnalysisSet |
Dim ThisAnalysisSet As AnalysisSet
Set ThisAnalysisSet = analysisCase.AnalysisSets.ItemByType("LoadSet")
| o Sub Remove( | CATVariant | iIndex) |
Copyright © 2003, Dassault Systèmes. All rights reserved.