NonlinearModel.GetActiveVariables Method

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

Returns the active variables in a row.

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

Syntax

'Declaration
Public Function GetActiveVariables ( _
    rowVid As Integer _
) As IEnumerable(Of Integer)
public IEnumerable<int> GetActiveVariables(
    int rowVid
)
public:
virtual IEnumerable<int>^ GetActiveVariables(
    int rowVid
) sealed
abstract GetActiveVariables : 
        rowVid:int -> IEnumerable<int> 
override GetActiveVariables : 
        rowVid:int -> IEnumerable<int> 
public final function GetActiveVariables(
    rowVid : int
) : IEnumerable<int>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<Int32>
An enumeration of active variables in rowVid.

Implements

INonlinearModel.GetActiveVariables(Int32)

Exceptions

Exception Condition
ArgumentException

rowVid is not a valid row index.

.NET Framework Security

See Also

Reference

NonlinearModel Class

Microsoft.SolverFoundation.Services Namespace