AnnotationUIFactoryCollectionInsert Method |
Inserts an item into the collection.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Insert(
int index,
IAnnotationUIFactory factory
)
Public Sub Insert (
index As Integer,
factory As IAnnotationUIFactory
)
Parameters
- index
- Type: SystemInt32
The index where the item will be inserted. - factory
- Type: Atalasoft.Annotate.UIIAnnotationUIFactory
The factory to insert.
Exceptions Exception | Condition |
---|
| Thrown if the factory is null (Nothing in VB). |
| Thrown if the index is invalid. |
See Also