Initializing help system before first use

SelectProblem Method (XPRMProblem)

Select the active problem

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public void SelectProblem(
	XPRMProblem prob
)

Parameters

prob
Type:  MoselXPRMProblem
a problem to select. If null, the main problem is selected
See Also