This document is archived and information here might be outdated.  Recommended version.


IInterpolateIrregularDataFunctionArguments Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IInterpolateIrregularDataFunctionArguments Interface

Provides access to members that control InterpolateIrregularData function arguments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property InterpolationMethod The interpolation method.
Read/write property PointFeatureClass The points in a table.
Read/write property Radius The search radius for points.
Read/write property RasterInfo The raster definition containing at least extent, cellsize, and pixel type.
Read/write property ValueField The value (Z) field name.

CoClasses that implement IInterpolateIrregularDataFunctionArguments

CoClasses and Classes Description
InterpolateIrregularDataFunctionArguments A class for the InterpolateIrregularData function arguments.