Model.CreateSubModel Method

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

Creates a submodel within the current model.

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

Syntax

'Declaration
Public Function CreateSubModel ( _
    name As String _
) As Model
public Model CreateSubModel(
    string name
)
public:
Model^ CreateSubModel(
    String^ name
)
member CreateSubModel : 
        name:string -> Model 
public function CreateSubModel(
    name : String
) : Model

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.Model
A submodel of the model.

.NET Framework Security

See Also

Reference

Model Class

Microsoft.SolverFoundation.Services Namespace