ISimulation ObjectAdd Dynamic Property(String, Object) Method
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
bool AddDynamicProperty(
string id,
Object value
)VB
Function AddDynamicProperty (
id As String,
value As Object
) As Boolean