All Frameworks Object Hierarchy This Framework Indexes
o Sub AddExistingSet( | iSet, | |
iSetType) |
Dim ThisAnalysisSet As AnalysisSet ... analysisSets.AddExistingSet(ThisAnalysisSet, 0)
o Func Add( | iType, | |
iSetType) As |
Dim ThisAnalysisSet As AnalysisSet Set ThisAnalysisSet = analysisSets.Add("LoadSet", 0)
o Func ItemByType( | iType) As |
Dim ThisAnalysisSet As AnalysisSet Set ThisAnalysisSet = analysisCase.AnalysisSets.ItemByType("LoadSet")
o Func Item( | iIndex, | |
iSerachType) As |
Dim ThisAnalysisSet As AnalysisSet Set ThisAnalysisSet = analysisCase.AnalysisSets.Item(3,1) Dim ThatAnalysisSet As AnalysisSet Set ThatAnalysisSet = analysisCase.AnalysisSets.Item("MySet")
o Sub Remove( | iIndex) |
Copyright © 2003, Dassault Systèmes. All rights reserved.