Click or drag to resize

Element1DStateCollectionGroupAdd Method

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void Add(
	int elementIndex,
	Element1DStatesCollection collection
)

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