Partager via


PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.FindByPOINT_UID Method

Retrieves a SolutionEfficientFrontierRow object by using the specified point GUID.

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 FindByPOINT_UID ( _
    POINT_UID As Guid _
) As PlannerSolutionDataSet.SolutionEfficientFrontierRow
'Usage
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierDataTable
Dim POINT_UID As Guid
Dim returnValue As PlannerSolutionDataSet.SolutionEfficientFrontierRow

returnValue = instance.FindByPOINT_UID(POINT_UID)
public PlannerSolutionDataSet.SolutionEfficientFrontierRow FindByPOINT_UID(
    Guid POINT_UID
)

Parameters

  • POINT_UID
    Type: System.Guid
    Contains the GUID of a solution scenario point.

Return Value

Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionEfficientFrontierRow

See Also

Reference

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable Class

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable Members

PortfolioAnalyses Web Service