Click or drag to resize

Element1DStateCollectionGroup Constructor (Element1DStateCollectionGroup)

Initializes a new instance of the Element1DStateCollectionGroup class. Creates a new instance of Element1DStateCollectionGroup from an existing one.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Element1DStateCollectionGroup(
	Element1DStateCollectionGroup other
)

Parameters

other
Type: Karamba.ElementsElement1DStateCollectionGroup
Other state collection to clone from.
See Also