This document is archived and information here might be outdated. Recommended version. |
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(
System.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