| 
            
              Element1DStateCollectionGroup Constructor (Element1DStateCollectionGroup)
             | 
          
        
          
    Namespace: 
   Karamba.Elements
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Element1DStateCollectionGroup(
	Element1DStateCollectionGroup other
)
Public Sub New ( 
	other As Element1DStateCollectionGroup
)
public:
Element1DStateCollectionGroup(
	Element1DStateCollectionGroup^ other
)
new : 
        other : Element1DStateCollectionGroup -> Element1DStateCollectionGroupParameters
- other
 - Type: Karamba.ElementsElement1DStateCollectionGroup
Other state collection to clone from. 
See Also