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


ILasDatasetToRasterFunctionArguments.AvgPointSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasDatasetToRasterFunctionArguments Interface > ILasDatasetToRasterFunctionArguments.AvgPointSpacing Property
ArcGIS Developer Help

ILasDatasetToRasterFunctionArguments.AvgPointSpacing Property

Average point spacing.

[Visual Basic .NET]
Public Property AvgPointSpacing As Double
[C#]
public double AvgPointSpacing {get; set;}
[C++]
HRESULT get_AvgPointSpacing(
  System.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

Product Availability

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

See Also

ILasDatasetToRasterFunctionArguments Interface