







Creates a new instance of class LPExporter.
Namespace: Optimization.Exporter
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public LPExporter( Stream filestream ) |
Visual Basic |
---|
Public Sub New ( _ filestream As Stream _ ) |
Visual C++ |
---|
public: LPExporter( Stream^ filestream ) |
Parameters
- filestream
- Type: System.IO..::..Stream
The stream in which the model should be written.