Methods
- Func Item( iIndex) As
-
Returns an analysis image using its index or its name from the
collection.
- Parameters:
-
- iIndex
- The index or the name of the analysis image to retrieve from the collection of analysis images. If the index is a number, it specifies the rank of the analysis image in the collection. The index of the first analysis image in the collection is 1, and the index of the last image is Count. If the index is a string, it specifies the name you assigned to the image using the CATIACollection::Name property. dd>
- Returns:
- The specified . dd>
- Sub Remove( iIndex)
-
Removes an analysis image using its index or its name from the solution step image collection.
- Parameters:
-
- iIndex
- The index or the name of the analysis image to retrieve from the collection of solution step images. If the index is a number, it specifies the rank of the analysis image in the collection. The index of the first analysis image in the collection is 1, and the index of the last image is Count. If the index is a string, it specifies the name you assigned to the image using the CATIABase::Name property. dd>