SecondOrderCone.Vids Property

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

Gets a collection of conic variables for a second order cone.

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

Syntax

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

Property Value

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

Implements

ISecondOrderCone.Vids

.NET Framework Security

See Also

Reference

SecondOrderCone Class

Microsoft.SolverFoundation.Services Namespace