Click or drag to resize

Element1DStateCollectionGroupItem Property

Gets a state collection for a 1D element.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Element1DStatesCollection this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index of the element for which to retrieve the state collection.

Property Value

Type: Element1DStatesCollection
See Also