|
ElemSet Constructor (ElemSet)
|
copy constructor for element-set
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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