Click or drag to resize

ModelDispsetVisibleLoadCase Method

set the visible load-case

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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