Indexes Previous Next
The results linked to a specification are not managed thru this collection (see Clashes ).
The method GetTechnologicalObject("ClashResults") on the root product, allows you to retrieve this collection.
o Func AddFromXML( | CATBSTR | iPath, |
CatClashImportType | iType) As ClashResult |
Dim NewClashResult As ClashResult Set NewClashResult = TheClashResults.AddFromXML("c:\tmp\sample.xml", CatClashImportTypeClashOnly)
o Func Item( | CATVariant | iIndex) As ClashResult |
Dim ThisClashResult As ClashResult Set ThisClashResult = TheClashResults.Item(9) Dim ThatClashResult As ClashResult Set ThatClashResult = TheClashResults.Item("ClashResult Of MyProduct")
o Sub Remove( | CATVariant | iIndex) |
TheClashResults.Remove(10) TheClashResults.Remove("ClashResult Of MyProduct")
Copyright © 2006, Dassault Systèmes. All rights reserved.