'Usage Dim instance As DetachmentCollection Dim index As Integer Dim value As Single instance.Item(index) = value value = instance.Item(index)
Parameters
- index
- Index of the Single value.
'Usage Dim instance As DetachmentCollection Dim index As Integer Dim value As Single instance.Item(index) = value value = instance.Item(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | value is less than zero or is greater than 4. |