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


IDELasDataset2.PointSpacing Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDELasDataset2.PointSpacing Property

The estimated point spacing in the LAS dataset.

[Visual Basic .NET]
Public Property PointSpacing As Double
[C#]
public double PointSpacing {get; set;}
[C++]
HRESULT get_PointSpacing(
  double* pPointSpacing
);
[C++]
HRESULT put_PointSpacing(
  double pPointSpacing
);
[C++]

Parameters pPointSpacing [out, retval] pPointSpacing is a parameter of type double pPointSpacing [in] pPointSpacing is a parameter of type double

Product Availability

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

See Also

IDELasDataset2 Interface