IInterpolateIrregularDataFunctionArguments Interface

Provides access to members that control InterpolateIrregularData function arguments.

Members

Name 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.

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close