BaseClassSetDynamicProperty Method

Definition

Namespace: DWSIM.SharedClasses.UnitOperations
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
public bool SetDynamicProperty(
	string id,
	Object value
)

Parameters

id  String
 
value  Object
 

Return Value

Boolean

Implements

ISimulationObjectAddDynamicProperty(String, Object)

See Also