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

.NET Framework Security

See Also

Reference

LinearModel Class

Microsoft.SolverFoundation.Services Namespace