ArcObjects Library Reference (DataSourcesRaster)  

ILasDatasetToRasterFunctionArguments.AvgPointSpacing Property

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

Product Availability

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

See Also

ILasDatasetToRasterFunctionArguments Interface