Click or drag to resize

BaseClassAddDynamicProperty Method


Namespace: DWSIM.SharedClasses.UnitOperations
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax
public 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
 

Implements

ISimulationObjectAddDynamicProperty(String, String, Double, UnitOfMeasure, Type)
See Also