Click or drag to resize

Element1DStateCollectionGroupUnionWith Method

Modifies the current Element1DStateCollectionGroup object to contain all elements that are present in itself, the specified collection, or both.

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

Parameters

other
Type: Karamba.ElementsElement1DStateCollectionGroup
The Element1DStateCollectionGroup to compare to the current Element1DStateCollectionGroup object.
Remarks
If an Element1DStatesCollection with the same index exist in both, the initial Element1DStatesCollection will be preserved.
See Also