SecondOrderConicModel.ConeCount Property

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

Gets the number of cones in a model.

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

Syntax

'Declaration
Public ReadOnly Property ConeCount As Integer
public int ConeCount { get; }
public:
property int ConeCount {
    int get ();
}
member ConeCount : int
function get ConeCount () : int

Property Value

Type: System.Int32
The number of cones.

.NET Framework Security

See Also

Reference

SecondOrderConicModel Class

Microsoft.SolverFoundation.Services Namespace