Eyeshot 10 WinForms API Reference
UpdateMinMax<T>(Transformation,IList<T>,Int32,Point3D,Point3D) Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class > UpdateMinMax Method : UpdateMinMax<T>(Transformation,IList<T>,Int32,Point3D,Point3D) Method
Syntax
'Declaration
 
Public Overloads Shared Sub UpdateMinMax(Of T As IVertex)( _
   ByVal transform As Transformation, _
   ByVal points As IList(Of T), _
   ByVal count As Integer, _
   ByVal min As Point3D, _
   ByVal max As Point3D _
) 
public static void UpdateMinMax<T>( 
   Transformation transform,
   IList<T> points,
   int count,
   Point3D min,
   Point3D max
)
where T: IVertex

Parameters

transform
points
count
min
max

Type Parameters

T
See Also

Reference

Utility Class
Utility Members
Overload List