| 
            
              LCSuperPositionCollection Constructor (LCSuperPositionCollection)
             | 
          
        
         
            Initializes a new instance of the 
LCSuperPositionCollection class.
            initialize a load-case superposition collection from another one.
            
 
    Namespace: 
   Karamba.Loads.Combinations
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic LCSuperPositionCollection(
	LCSuperPositionCollection other
)
Public Sub New ( 
	other As LCSuperPositionCollection
)
public:
LCSuperPositionCollection(
	LCSuperPositionCollection^ other
)
new : 
        other : LCSuperPositionCollection -> LCSuperPositionCollectionParameters
- other
 - Type: Karamba.Loads.CombinationsLCSuperPositionCollection
Other collection from where to copy the data. 
See Also