Provides access to members that control InterpolateIrregularData function arguments.
Members
Name | Description | |
---|---|---|
InterpolationMethod | The interpolation method. | |
PointFeatureClass | The points in a table. | |
Radius | The search radius for points. | |
RasterInfo | The raster definition containing at least extent, cellsize, and pixel type. | |
ValueField | The value (Z) field name. |
IInterpolateIrregularDataFunctionArguments.InterpolationMethod Property
The interpolation method.
Public Property InterpolationMethod As esriInterpolateIrregularDataMethod
public esriInterpolateIrregularDataMethod InterpolationMethod {get; set;}
IInterpolateIrregularDataFunctionArguments.PointFeatureClass Property
The points in a table.
Public Property PointFeatureClass As Object
public object PointFeatureClass {get; set;}
IInterpolateIrregularDataFunctionArguments.Radius Property
The search radius for points.
Public Property Radius As Double
public double Radius {get; set;}
IInterpolateIrregularDataFunctionArguments.RasterInfo Property
The raster definition containing at least extent, cellsize, and pixel type.
Public Property RasterInfo As IRasterInfo
public IRasterInfo RasterInfo {get; set;}
IInterpolateIrregularDataFunctionArguments.ValueField Property
The value (Z) field name.
Public Property ValueField As String
public string ValueField {get; set;}
Classes that implement IInterpolateIrregularDataFunctionArguments
Classes | Description |
---|---|
InterpolateIrregularDataFunctionArguments | A class for the InterpolateIrregularData function arguments. |