PlannerSolutionDataSet.SolutionsRow.GetSolutionEfficientFrontierRows Method
Gets the information about the boundary between efficient and inefficient solutions.
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 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