LayerCollectionAddRange Method |
Adds an array of layers to the collection.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void AddRange(
LayerAnnotation[] layers
)
Public Sub AddRange (
layers As LayerAnnotation()
)
Parameters
- layers
- Type: Atalasoft.Annotate.UILayerAnnotation
An array of layers to add.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the layers parameter is null. |
See Also