ESRI.ArcGIS.SpatialAnalystTools
GreaterThanEqual Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > GreaterThanEqual Class > GreaterThanEqual Constructor : GreaterThanEqual Constructor(Object,Object,Object)




in_raster_or_constant1
The input being tested to determine if it is greater than or equal to the second input. (In, Required)
in_raster_or_constant2
The input against which the first input is tested to be greater than or equal to. (In, Required)
out_raster
The output raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster_or_constant1 As Object, _
   ByVal in_raster_or_constant2 As Object, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster_or_constant1 As Object
Dim in_raster_or_constant2 As Object
Dim out_raster As Object
 
Dim instance As GreaterThanEqual(in_raster_or_constant1, in_raster_or_constant2, out_raster)
C# 
public GreaterThanEqual( 
   object in_raster_or_constant1,
   object in_raster_or_constant2,
   object out_raster
)

Parameters

in_raster_or_constant1
The input being tested to determine if it is greater than or equal to the second input. (In, Required)
in_raster_or_constant2
The input against which the first input is tested to be greater than or equal to. (In, Required)
out_raster
The output raster. (Out, Required)

See Also

© 2010 All Rights Reserved.