LinearModel.LoadLinearModel Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Loads the information from one linear model into another model.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Overridable Sub LoadLinearModel ( _
mod As ILinearModel _
)
public virtual void LoadLinearModel(
ILinearModel mod
)
public:
virtual void LoadLinearModel(
ILinearModel^ mod
)
abstract LoadLinearModel :
mod:ILinearModel -> unit
override LoadLinearModel :
mod:ILinearModel -> unit
public function LoadLinearModel(
mod : ILinearModel
)
Parameters
- mod
Type: Microsoft.SolverFoundation.Services.ILinearModel
A linear model.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.