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




in_raster
The input raster whose values will be scaled from 0 to 1. (In, Required)
out_raster
The output will be a floating-point raster with values ranging from 0 to 1. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_raster
The input raster whose values will be scaled from 0 to 1. (In, Required)
out_raster
The output will be a floating-point raster with values ranging from 0 to 1. (Out, Required)

See Also

© 2010 All Rights Reserved.