Click or drag to resize

ModelDisplaysetVisibleLoadCase Method

set the visible load-case.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void setVisibleLoadCase(
	int visibleLC_dropDown,
	int visibleLC_inputPlug,
	Model model
)

Parameters

visibleLC_dropDown
Type: SystemInt32
selected index at the drop-down widget.
visibleLC_inputPlug
Type: SystemInt32
selected index at the ModelView input-plug.
model
Type: Karamba.ModelsModel
model with result-cases.
See Also