SpecSet Target Var Value 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
1 if the value was written successfully, 0 if the target object was not found.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public Object SetTargetVarValue(
double? val
)VB
Public Function SetTargetVarValue (
val As Double?
) As ObjectParameters
Return Value
Object1 if the value was written successfully, 0 if the target object was not found.