Click or drag to resize

Element1DStateCollectionGroupContainsKey Method

Determines whether the Element1DStateCollectionGroup contains a Element1DStatesCollection belonging to a given ModelElementStraightLine.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool ContainsKey(
	int elementIndex
)

Parameters

elementIndex
Type: SystemInt32
The index of the ModelElementStraightLine.

Return Value

Type: Boolean
if the Element1DStateCollectionGroup contains a Element1DStatesCollection for the ModelElementStraightLine. otherwise, .
See Also