|
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)
Syntaxpublic ElemSet(
ElemSet other
)
Public Sub New (
other As ElemSet
)
public:
ElemSet(
ElemSet^ other
)
new :
other : ElemSet -> ElemSet
Parameters
- other
- Type: Karamba.ElementsElemSet
element-set to copy from.
See Also