Click or drag to resize

EnclosureDescriptionCollection Constructor (IEnumerableEnclosureDescription)

Initializes a new instance.

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

Parameters

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