Click or drag to resize

StreamListExtenderGetInletMaterialStream Method


Namespace: DWSIM.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax
public static MaterialStream GetInletMaterialStream(
	this UnitOpBaseClass unitop,
	int index
)
Request Example View Source

Parameters

unitop  UnitOpBaseClass
 
index  Int32
 

Return Value

MaterialStream

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type UnitOpBaseClass. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also