Namespace: DWSIM.Thermodynamics.DatabasesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax private List<ConstantProperties> GetComps(
XmlDocument xmldoc,
string CompName = ""
)
Private Function GetComps (
xmldoc As XmlDocument,
Optional CompName As String = ""
) As List(Of ConstantProperties)
Request Example
View SourceParameters
- xmldoc XmlDocument
-
- CompName String (Optional)
-
Return Value
ListConstantPropertiesSee Also