ISimulationObjectAddDynamicProperty(String, Object) Method |
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax bool AddDynamicProperty(
string id,
Object value
)
Function AddDynamicProperty (
id As String,
value As Object
) As Boolean
Request Example
View SourceParameters
- id String
-
- value Object
-
Return Value
BooleanSee Also