|
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)
Syntaxpublic Element1DStatesCollection this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Element1DStatesCollection
Get
public:
property Element1DStatesCollection^ default[int index] {
Element1DStatesCollection^ get (int index);
}
member Item : Element1DStatesCollection with get
Parameters
- index
- Type: SystemInt32
index of the element for which to retrieve the state collection.
Property Value
Type:
Element1DStatesCollection
See Also