Click or drag to resize

BuilderDSTVgetLoadCaseInst Method

gets the load-case instruction number

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected bool getLoadCaseInst(
	int lc_num,
	out int lc_inst
)

Parameters

lc_num
Type: SystemInt32
load case index for which to retrieve the instruction number
lc_inst
Type: SystemInt32
returns the instruction number or -1 if no instruction number could be found

Return Value

Type: Boolean
true if there is a instruction number, false otherwise
See Also