PlannerSolutionDataSet.SolutionsRow.GetSolutionEfficientFrontierRows method
Gets the information about the boundary between efficient and inefficient solutions.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function GetSolutionEfficientFrontierRows As PlannerSolutionDataSet.SolutionEfficientFrontierRow()
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim returnValue As PlannerSolutionDataSet.SolutionEfficientFrontierRow()
returnValue = instance.GetSolutionEfficientFrontierRows()
public PlannerSolutionDataSet.SolutionEfficientFrontierRow[] GetSolutionEfficientFrontierRows()
Return value
Type: []
Returns PlannerSolutionDataSet.SolutionEfficientFrontierRow.
See also
Reference
PlannerSolutionDataSet.SolutionsRow class