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: 4.8.0.0

C#
public abstract XPRMValue GetValue( XPRMModel m )
Parameters
- m
-
Type:
MoselXPRMModel
the target model
Return Value
Type: XPRMValuecurrent value of the parameter
