







Returns the objective named name, or null if this model instance contains no such objective.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public Objective GetObjective( string name ) |
Visual Basic |
---|
Public Function GetObjective ( _ name As String _ ) As Objective |
Visual C++ |
---|
public: Objective^ GetObjective( String^ name ) |
Parameters
- name
- Type: System..::..String
Name of the objective to serach for.
Return Value
[Missing <returns> documentation for "M:Optimization.Model.GetObjective(System.String)"]