Click or drag to resize

Element1DStateCollectionGroupTryGetCollection Method

Tries to return the Element1DStatesCollection associated with the specified ind.

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

Parameters

elementIndex
Type: SystemInt32
The index of the ModelElementStraightLine.
collection
Type: Karamba.ElementsElement1DStatesCollection
When this method returns, contains the Element1DStatesCollection associated with the specified ind, if is found; otherwise .

Return Value

Type: Boolean
if the Element1DStateCollectionGroup contains a Element1DStatesCollection belonging to the given ModelElementStraightLine. otherwise, .
See Also