ISecondOrderCone.Vids 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 conic variables for a cone.

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

Syntax

'Declaration
ReadOnly Property Vids As IEnumerable(Of Integer)
IEnumerable<int> Vids { get; }
property IEnumerable<int>^ Vids {
    IEnumerable<int>^ get ();
}
abstract Vids : IEnumerable<int>
function get Vids () : IEnumerable<int>

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>
The collection of conic variables.

.NET Framework Security

See Also

Reference

ISecondOrderCone Interface

Microsoft.SolverFoundation.Services Namespace