Initializing help system before first use

SelectProblem Method (XPRMExternal)

Select the active problem

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

Parameters

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