Provides access to members that control InterpolateIrregularData function arguments.
Members
Name | Description | |
---|---|---|
InterpolationMethod | The interpolation method. | |
MaskFC | The 2D mask polygons. | |
PointFeatureClass | The points in a table. | |
Radius | The search radius for points. | |
RasterInfo | The raster definition containing at least extent, cellsize, and pixel type. | |
SelectionFilter | The input table selection filter | |
ValueField | The value (Z) field name. |
IInterpolateIrregularDataFunctionArguments2.MaskFC Property
The 2D mask polygons.
Public Property MaskFC As Object
public object MaskFC {get; set;}
IInterpolateIrregularDataFunctionArguments2.SelectionFilter Property
The input table selection filter.
Public Property SelectionFilter As IQueryFilter
public IQueryFilter SelectionFilter {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IInterpolateIrregularDataFunctionArguments | Provides access to members that control InterpolateIrregularData function arguments. |
Classes that implement IInterpolateIrregularDataFunctionArguments2
Classes | Description |
---|---|
InterpolateIrregularDataFunctionArguments | A class for the InterpolateIrregularData function arguments. |