| |||||||||||||||||||||
Data input/output via I/O drivers Description Use I/O drivers to handle Mosel output with a callback function,
compile a model from memory to memory, load a bim file from
memory, initialise arrays in the Model program from
.NET objects and retrieve information from the model
through memory.
Source Files By clicking on a file name, a preview is opened at the bottom of this page.
mmexdrvs_stream.csproj <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net5.0</TargetFramework> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <PackageReference Include="FICO.Xpress.XPRMdn" Version="5.6.1" /> </ItemGroup> </Project> | |||||||||||||||||||||
© Copyright 2024 Fair Isaac Corporation. |