Click or drag to resize

ISimulationObjectGetPropertyUnit Method

Gets the units of a property.

Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.4.5.0
Syntax
string GetPropertyUnit(
	string prop,
	IUnitsOfMeasure su = null
)
Request Example View Source

Parameters

prop  String
Property identifier.
su  IUnitsOfMeasure  (Optional)
Units system to use. Null to use the default (SI) system.

Return Value

String
Property units.
Remarks
More details at https://dwsim.org/wiki/index.php?title=Object_Property_Codes
See Also