Click or drag to resize

Element1DStatesCollectionTryGetRange Method

Tries to return all the Element1DStates whose Position is into the given domain.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool TryGetRange(
	double from,
	double to,
	out IList<Element1DState> statesInRange
)

Parameters

from
Type: SystemDouble
Domain's start.
to
Type: SystemDouble
Domain's end.
statesInRange
Type: System.Collections.GenericIListElement1DState
When this method returns, the Element1DStates associated with the specified domain, if the are found; otherwise .

Return Value

Type: Boolean
when succeed, otherwise.
See Also