Indexes
o Property Count( | ) As (Read Only) |
NumberOfObjects = MyList.Count
o Sub Append( | iObject) |
Dim MyObject As AnyObject Dim MyList As SchListOfObjects MyList.Append(MyObject)
o Func Item( | iIndex, | |
iInterfaceName) As |
Dim MyObject As AnyObject Dim MyList As SchListOfObjects Set MyObject = SchListOfObjects.Item(2,"CATIASchComponent")
o Sub RemoveByIndex( | iIndex) |
Dim MyList As SchListOfObjects MyList.Remove(1)
Copyright © 2006, Dassault Systèmes. All rights reserved.