This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasDatasetToRasterFunctionArguments Interface > ILasDatasetToRasterFunctionArguments.AvgPointSpacing Property (ArcObjects .NET 10.4 SDK) |
Average point spacing.
[Visual Basic .NET] Public Property AvgPointSpacing As Double
[C#] public double AvgPointSpacing {get; set;}
[C++]
HRESULT get_AvgPointSpacing(
double* pAvgPointSpacing
);
[C++]
HRESULT put_AvgPointSpacing(
double pAvgPointSpacing
);
[C++]
Parameters pAvgPointSpacing [out, retval] pAvgPointSpacing is a parameter of type double pAvgPointSpacing [in] pAvgPointSpacing is a parameter of type double