Click or drag to resize

BuilderDSTVgetLoadCaseRange Method

Determines the range of load-cases from given load-case number.

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected bool getLoadCaseRange(
	int loadcase,
	out int from_lc,
	out int to_lc
)

Parameters

loadcase
Type: SystemInt32
User provided load-case number. '-1' means all load-cases.
from_lc
Type: SystemInt32
Starting index of load-case.
to_lc
Type: SystemInt32
End index of load-case.

Return Value

Type: Boolean
true if load-case number is valid.
See Also