ISimulationObjectAddDynamicProperty(String, String, Double, UnitOfMeasure, Type) Method |
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax void AddDynamicProperty(
string pname,
string pdesc,
double pvalue,
UnitOfMeasure punittype,
Type ptype
)
Sub AddDynamicProperty (
pname As String,
pdesc As String,
pvalue As Double,
punittype As UnitOfMeasure,
ptype As Type
)
Request Example
View SourceParameters
- pname String
-
- pdesc String
-
- pvalue Double
-
- punittype UnitOfMeasure
-
- ptype Type
-
See Also