SpecSetTargetVarValue Method

Writes a value to the target variable of the configured target simulation object.

Definition

Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Object SetTargetVarValue(
	double? val
)

Parameters

val  NullableDouble
The value to assign, expressed in the active unit system.

Return Value

Object
1 if the value was written successfully, 0 if the target object was not found.

See Also