Share via


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

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

Namespace:  [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl

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: [PortfolioAnalyses Web service].OptimizerSolutionDataSet.SolutionEfficientFrontierRow

Remarks

In general, developers should use the AddSolutionEfficientFrontierRow overload.

See Also

Reference

OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable Class

OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable Members

AddSolutionEfficientFrontierRow Overload

PortfolioAnalyses Web Service