Share via


PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.AddSolutionEfficientFrontierRow method (PlannerSolutionDataSet.SolutionsRow, 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 ( _
    parentSolutionsRowByFK_Solutions_SolutionEfficientFrontier As PlannerSolutionDataSet.SolutionsRow, _
    ANALYSIS_UID As Guid, _
    POINT_UID As Guid, _
    X_VALUE As Decimal, _
    Y_VALUE As Decimal _
) As PlannerSolutionDataSet.SolutionEfficientFrontierRow
'Usage
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierDataTable
Dim parentSolutionsRowByFK_Solutions_SolutionEfficientFrontier As PlannerSolutionDataSet.SolutionsRow
Dim ANALYSIS_UID As Guid
Dim POINT_UID As Guid
Dim X_VALUE As Decimal
Dim Y_VALUE As Decimal
Dim returnValue As PlannerSolutionDataSet.SolutionEfficientFrontierRow

returnValue = instance.AddSolutionEfficientFrontierRow(parentSolutionsRowByFK_Solutions_SolutionEfficientFrontier, _
    ANALYSIS_UID, POINT_UID, X_VALUE, _
    Y_VALUE)
public PlannerSolutionDataSet.SolutionEfficientFrontierRow AddSolutionEfficientFrontierRow(
    PlannerSolutionDataSet.SolutionsRow parentSolutionsRowByFK_Solutions_SolutionEfficientFrontier,
    Guid ANALYSIS_UID,
    Guid POINT_UID,
    decimal X_VALUE,
    decimal Y_VALUE
)

Parameters

  • ANALYSIS_UID
    Type: System.Guid

    Contains the analysis GUID.

  • POINT_UID
    Type: System.Guid

    Contains the GUID of a solution scenario point.

  • X_VALUE
    Type: System.Decimal

    Contains the X value of the point corresponding to the resource constraint.

  • Y_VALUE
    Type: System.Decimal

    Contains the Y value of the point, corresponding to the strategic value of a planner solution in the analysis

Return value

Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionEfficientFrontierRow

Remarks

In general, developers should use the AddSolutionEfficientFrontierRow overload.

See also

Reference

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable class

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable members

AddSolutionEfficientFrontierRow overload

WebSvcPortfolioAnalyses namespace