Click or drag to resize

EnclosureDescriptionCollectionAddRange Method

Adds an enumerable collection of descriptions to the end of this collection.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void AddRange(
	IEnumerable<EnclosureDescription> descriptions
)

Parameters

descriptions
Type: System.Collections.GenericIEnumerableEnclosureDescription
The collection of descriptions to add.
See Also