Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static List<OperatingPoint> GetOperatingPointList(
	List<operating_point> sourcePoints
)
Visual Basic
Public Shared Function GetOperatingPointList ( _
	sourcePoints As List(Of operating_point) _
) As List(Of OperatingPoint)
Visual C++
public:
static List<OperatingPoint^>^ GetOperatingPointList(
	List<operating_point^>^ sourcePoints
)

Parameters

sourcePoints
Type: System.Collections.Generic..::..List<(Of <(<'operating_point>)>)>

See Also