Share via


OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable.AddSolutionEfficientFrontierRow method (Guid, Guid, Guid, Decimal, Decimal)

Adds a SolutionEfficientFrontierRow object to the SolutionEfficientFrontierDataTable by using separate parameters.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function AddSolutionEfficientFrontierRow ( _
    FRONTIER_UID As Guid, _
    ANALYSIS_UID As Guid, _
    POINT_UID As Guid, _
    X_VALUE As Decimal, _
    Y_VALUE As Decimal _
) As OptimizerSolutionDataSet.SolutionEfficientFrontierRow
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable
Dim FRONTIER_UID As Guid
Dim ANALYSIS_UID As Guid
Dim POINT_UID As Guid
Dim X_VALUE As Decimal
Dim Y_VALUE As Decimal
Dim returnValue As OptimizerSolutionDataSet.SolutionEfficientFrontierRow

returnValue = instance.AddSolutionEfficientFrontierRow(FRONTIER_UID, _
    ANALYSIS_UID, POINT_UID, X_VALUE, _
    Y_VALUE)
public OptimizerSolutionDataSet.SolutionEfficientFrontierRow AddSolutionEfficientFrontierRow(
    Guid FRONTIER_UID,
    Guid ANALYSIS_UID,
    Guid POINT_UID,
    decimal X_VALUE,
    decimal Y_VALUE
)

Parameters

  • FRONTIER_UID
    Type: System.Guid

    Contains the GUID of the efficient frontier.

  • ANALYSIS_UID
    Type: System.Guid

    Contains the analysis GUID.

  • POINT_UID
    Type: System.Guid

    Contains the GUID of the efficient frontier point.

  • X_VALUE
    Type: System.Decimal

    Contains the X value for the point corresponding to the primary constraint max value.

  • Y_VALUE
    Type: System.Decimal

    Contains the Y value for the point corresponding to the total priority of the selected projects.

Return value

Type: WebSvcPortfolioAnalyses.OptimizerSolutionDataSet.SolutionEfficientFrontierRow

Remarks

In general, developers should use the AddSolutionEfficientFrontierRow overload.

See also

Reference

OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable class

OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable members

AddSolutionEfficientFrontierRow overload

WebSvcPortfolioAnalyses namespace