Dynamic Relaxation Clash Plugin

ControlViewModel..::..FindLargestValueInPointList Method

Finds the largest value in point list.

Namespace:  DynamicRelaxationClashVerification.ViewModels
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


private double FindLargestValueInPointList(
	List<Point3D> list,
	bool isX
)
Private Function FindLargestValueInPointList ( _
	list As List(Of Point3D), _
	isX As Boolean _
) As Double
private:
double^ FindLargestValueInPointList(
	List<Point3D^>^ list, 
	bool^ isX
)

Parameters

list
Type: List<(Of <(<'Point3D>)>)>
The list.
isX
Type: Boolean
if set to true [is x].

Return Value

System.Double.