Click or drag to resize

Element1DStatesCollectionTryAddState Method

Tries to add a new Element1DState to this Element1DStatesCollection. It will succeed if there are not any Element1DState with the same Position.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool TryAddState(
	Element1DState state
)

Parameters

state
Type: Karamba.ElementsElement1DState
Element1DState to add.

Return Value

Type: Boolean
if the state is added. otherwise.
See Also