PropertyPackageCOMaterialtoDWMaterial Method |
Converts a COM Material Object into a DWSIM Material Stream.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public IMaterialStream COMaterialtoDWMaterial(
Object material
)
Public Function COMaterialtoDWMaterial (
material As Object
) As IMaterialStream
Request Example
View SourceParameters
- material Object
- The Material Object to convert from
Return Value
IMaterialStreamA DWSIM Material Stream
Remarks This function is called by SetMaterial when DWSIM Property Packages are working in outside environments (CAPE-OPEN COSEs) like COCO/COFE.
See Also