XPRMIOCallbackOutputText Delegate
Delegate defining IO driver callbacks for text input streams. This function will be called repeatedly, once for each line of the Mosel output. The
model parameter may be
null if the stream is being used directly by Mosel (for example, for compilation). Also passed is a reference to an object you specified when the callback was created.
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 5.0.2.0

C#
public delegate void XPRMIOCallbackOutputText( XPRMModel model, Object obj, string line )
Parameters
- model
-
Type:
MoselXPRMModel
- obj
-
Type:
SystemObject
- line
-
Type:
SystemString
