Click or drag to resize

BuilderDSTVgetLoadCaseRange Method

determines range of load-cases from given load-case number

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

Parameters

loadcase
Type: SystemInt32

[Missing <param name="loadcase"/> documentation for "M:Karamba.Exporters.BuilderDSTV.getLoadCaseRange(System.Int32,System.Int32@,System.Int32@)"]

from_lc
Type: SystemInt32

[Missing <param name="from_lc"/> documentation for "M:Karamba.Exporters.BuilderDSTV.getLoadCaseRange(System.Int32,System.Int32@,System.Int32@)"]

to_lc
Type: SystemInt32

[Missing <param name="to_lc"/> documentation for "M:Karamba.Exporters.BuilderDSTV.getLoadCaseRange(System.Int32,System.Int32@,System.Int32@)"]

Return Value

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