Initializing help system before first use

GetValue Method

Get current value for the given model. Module parameters may have a different value for each model.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public abstract XPRMValue GetValue(
	XPRMModel m
)

Parameters

m
Type:  MoselXPRMModel
the target model

Return Value

Type:  XPRMValue
current value of the parameter
See Also