ISecondOrderConicModel.Cones Property

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

Gets the cone collection of a model.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IEnumerable<ISecondOrderCone>
The cone collection of the model.

.NET Framework Security

See Also

Reference

ISecondOrderConicModel Interface

Microsoft.SolverFoundation.Services Namespace