ExcelIntegrationGetPropUnits Method |
Namespace: DWSIM.Thermodynamics.ExcelAddInAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [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
)
<ExcelFunctionAttribute(Description := "Returns the default units for a given property.",
HelpTopic := "ExcelAddInHelp.chm!11")>
Public Shared Function GetPropUnits (
<ExcelArgumentAttribute("The property to get units for.")> prop As String,
<ExcelArgumentAttribute("The returning basis of the propertiy: Mole, Mass or UNDEFINED.")> basis As String
) As String
Request Example
View SourceParameters
- prop String
-
- basis String
-
Return Value
StringSee Also