RowVariableModel.Indices Property

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

Gets the collection of row and variable indexes for a model.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Indices As IEnumerable(Of Integer)
public virtual IEnumerable<int> Indices { get; }
public:
virtual property IEnumerable<int>^ Indices {
    IEnumerable<int>^ get ();
}
abstract Indices : IEnumerable<int>
override Indices : IEnumerable<int>
function get Indices () : IEnumerable<int>

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>
The collection of variable indexes.

Implements

IRowVariableModel.Indices

.NET Framework Security

See Also

Reference

RowVariableModel Class

Microsoft.SolverFoundation.Services Namespace