InterferenceResults.Item Property
Parent Object: InterferenceResultsDescription
Returns the specified InterferenceResult object from the collection.
Syntax
InterferenceResults.Item( Index As Long ) As InterferenceResultProperty Value
This is a read only property whose value is an InterferenceResult.Parameters
Name | Type | Description |
Index | Long | Input value that specifies the InterferenceResult object to return. If an out-of-range index is provided, an error will occur. |