Returns a CATIASampled object using its index from the CATIASampled
collection.
Parameters:
iIndex
The index of the sampled to retrieve from the collection of sampleds.
Numerically, the index value corresponds to the rank of the sampled in
the collection (ie. the first is 1, second is 2, ...).
Returns:
The retrieved Sampled
Example:
The following example retrieves the second Sampled from the Sampleds collection
of the active document.
Dim newSampled as Sampled
Set newSampled = Sampleds.Item (2)
Removes a CATIASampled object from the CATIASampled collection.
Parameters:
iIndex
The index of the sampled to remove from the collection of sampleds.
Numerically, the index value corresponds to the rank of the sampled in
the collection (ie. the first is 1, second is 2, ...).
Example:
The following example removes the third Sampled from the Sampleds collection
of the active document.