ExcelIntegrationGetPropUnits Method

Definition

Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[ExcelFunctionAttribute(Description = "Returns the default units for a given property.", 
	HelpTopic = "ExcelAddInHelp.chm!11")]
public static string GetPropUnits(
	[ExcelArgumentAttribute("The property to get units for.")] string prop,
	[ExcelArgumentAttribute("The returning basis of the propertiy: Mole, Mass or UNDEFINED.")] string basis
)

Parameters

prop  String
 
basis  String
 

Return Value

String

See Also