Click or drag to resize

BaseClassSetDynamicProperty Method


Namespace: DWSIM.SharedClasses.UnitOperations
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax
public bool SetDynamicProperty(
	string id,
	Object value
)
Request Example View Source

Parameters

id  String
 
value  Object
 

Return Value

Boolean

Implements

ISimulationObjectAddDynamicProperty(String, Object)
See Also