AnnotationDataCollectionTRemoveItem Method |
Removes the element at the specified index of the CollectionT.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to remove.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | index |
See Also