StreamInformation(String, String, String, StreamInformationType, StreamInformationBehavior, StreamInformationPhase) Constructor |
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.SepOpsAssembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax public StreamInformation(
string id,
string streamID,
string associatedstage,
StreamInformationType t,
StreamInformationBehavior bhv,
StreamInformationPhase ph
)
Public Sub New (
id As String,
streamID As String,
associatedstage As String,
t As StreamInformationType,
bhv As StreamInformationBehavior,
ph As StreamInformationPhase
)
Request Example
View SourceParameters
- id String
-
- streamID String
-
- associatedstage String
-
- t StreamInformationType
-
- bhv StreamInformationBehavior
-
- ph StreamInformationPhase
-
See Also