|
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)
Syntaxprotected bool getLoadCaseRange(
int loadcase,
out int from_lc,
out int to_lc
)
Protected Function getLoadCaseRange (
loadcase As Integer,
<OutAttribute> ByRef from_lc As Integer,
<OutAttribute> ByRef to_lc As Integer
) As Boolean
protected:
bool getLoadCaseRange(
int loadcase,
[OutAttribute] int% from_lc,
[OutAttribute] int% to_lc
)
member getLoadCaseRange :
loadcase : int *
from_lc : int byref *
to_lc : int byref -> bool
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:
Booleantrue if load-case number is valid.
See Also