ESRI.ArcGIS.ADF
Validate(UInt32,UInt32,UInt32) Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > RangeValidator Class > Validate Method : Validate(UInt32,UInt32,UInt32) Method




minValue
Minimum value.
maxValue
Maximum value.
theValue
Actual value.
Validate value.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub Validate( _
   ByVal minValue As UInteger, _
   ByVal maxValue As UInteger, _
   ByVal theValue As UInteger _
) 
Visual Basic (Usage)Copy Code
Dim minValue As UInteger
Dim maxValue As UInteger
Dim theValue As UInteger
 
RangeValidator.Validate(minValue, maxValue, theValue)
C# 
public static void Validate( 
   uint minValue,
   uint maxValue,
   uint theValue
)

Parameters

minValue
Minimum value.
maxValue
Maximum value.
theValue
Actual value.

See Also

© 2010 All Rights Reserved.