ModelDisplaySetDisplayLoadCase(Model, String) Method
set the visible load-case via load-case-combination and selection criterion.
Namespace: Karamba.ModelsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public void SetDisplayLoadCase(
Model model,
string resultSelection = null
)
Public Sub SetDisplayLoadCase (
model As Model,
Optional resultSelection As String = Nothing
)
public:
void SetDisplayLoadCase(
Model^ model,
String^ resultSelection = nullptr
)
member SetDisplayLoadCase :
model : Model *
?resultSelection : string
(* Defaults:
let _resultSelection = defaultArg resultSelection null
*)
-> unit
Parameters
- model Model
- Model for which to set the display load-case.
- resultSelection String (Optional)
- String with the user's result selection.