Click or drag to resize

ElemSet Constructor (ElemSet)

Initializes a new instance of the ElemSet class. copy constructor for element-set.

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

Parameters

other
Type: Karamba.ElementsElemSet
element-set to copy from.
See Also