SubmodelInstance.GetParameter Method (RandomParameter)

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

Returns a random parameter in a submodel instance that corresponds to a random parameter that is defined in the same domain.

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

Syntax

'Declaration
Public Function GetParameter ( _
    key As RandomParameter _
) As RandomParameter
public RandomParameter GetParameter(
    RandomParameter key
)
public:
RandomParameter^ GetParameter(
    RandomParameter^ key
)
member GetParameter : 
        key:RandomParameter -> RandomParameter 
public function GetParameter(
    key : RandomParameter
) : RandomParameter

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.RandomParameter
A random parameter object that is in the submodel instance.

.NET Framework Security

See Also

Reference

SubmodelInstance Class

GetParameter Overload

Microsoft.SolverFoundation.Services Namespace