| 
            
              Element1DStateCollectionGroupAdd Method 
             | 
          
        
          
    Namespace: 
   Karamba.Elements
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void Add(
	int elementIndex,
	Element1DStatesCollection collection
)
Public Sub Add ( 
	elementIndex As Integer,
	collection As Element1DStatesCollection
)
public:
void Add(
	int elementIndex, 
	Element1DStatesCollection^ collection
)
member Add : 
        elementIndex : int * 
        collection : Element1DStatesCollection -> unit 
Parameters
- elementIndex
 - Type: SystemInt32
The index of the ModelElementStraightLine to which
            collection belongs. - collection
 - Type: Karamba.ElementsElement1DStatesCollection
The Element1DStatesCollection to add.
            The value can be  for reference types. 
See Also