This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDELasDataset2 Interface > IDELasDataset2.PointSpacing Property (ArcObjects .NET 10.5 SDK) |
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