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


IDELasDataset2.PointSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDELasDataset2 Interface > IDELasDataset2.PointSpacing Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

IDELasDataset2 Interface