ImageCollectionAddRange Method |
Adds the elements of the specified collection to the end of the
ImageCollection.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddRange(
IEnumerable<GlobeImageOverlay> overlays
)
Public Sub AddRange (
overlays As IEnumerable(Of GlobeImageOverlay)
)
public:
void AddRange(
IEnumerable<GlobeImageOverlay^>^ overlays
)
member AddRange :
overlays : IEnumerable<GlobeImageOverlay> -> unit
Parameters
- overlays
- Type: System.Collections.GenericIEnumerableGlobeImageOverlay
A group of GlobeImageOverlay objects to be added to the collection.
See Also