Model.AddParameter Method (RandomParameter)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Adds a random parameter to a model for stochastic programming.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Sub AddParameter ( _
    parameter As RandomParameter _
)
public void AddParameter(
    RandomParameter parameter
)
public:
void AddParameter(
    RandomParameter^ parameter
)
member AddParameter : 
        parameter:RandomParameter -> unit 
public function AddParameter(
    parameter : RandomParameter
)

Parameters

Exceptions

Exception Condition
ModelException

The parameter has already been added to a different model.

.NET Framework Security

See Also

Reference

Model Class

AddParameter Overload

Microsoft.SolverFoundation.Services Namespace