PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.AddSolutionEfficientFrontierRow Method (PlannerSolutionDataSet.SolutionsRow, 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 ( _
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
- parentSolutionsRowByFK_Solutions_SolutionEfficientFrontier
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionsRow
- 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: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionEfficientFrontierRow
Remarks
In general, developers should use the AddSolutionEfficientFrontierRow overload.
See Also
Reference
PlannerSolutionDataSet.SolutionEfficientFrontierDataTable Class
PlannerSolutionDataSet.SolutionEfficientFrontierDataTable Members