-
Removes a Dressup from the Dressups collection.
- Parameters:
-
- iIndex
- The index or the name of the Dressup to retrieve from the collection of Dressups.
As a numerics, this index is the rank of the Dressup in the collection.
The index of the first Dressup in the collection is 1, and
the index of the last Dressup is Count.
As a string, it is the name you assigned to the Dressup.
- Returns:
- Nothing
- Example:
-
The following example removes the tenth Dressup and the Dressup named
DressupTwo from the TheDressups collection.
TheDressups.Remove(10)
TheDressups.Remove("DressupTwo")
Copyright © 2003, Dassault Systèmes. All rights reserved.