Click or drag to resize

ISimulationObjectAddDynamicProperty(String, String, Double, UnitOfMeasure, Type) Method


Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.4.5.0
Syntax
void AddDynamicProperty(
	string pname,
	string pdesc,
	double pvalue,
	UnitOfMeasure punittype,
	Type ptype
)
Request Example View Source

Parameters

pname  String
 
pdesc  String
 
pvalue  Double
 
punittype  UnitOfMeasure
 
ptype  Type
 
See Also