ArcObjects Library Reference (DataSourcesFile)  

IDELasDataset.PointCount Property

The number of points in the LAS dataset.

ERROR: Syntax information about IDELasDataset.PointCount may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesFile.dll

[C++]
HRESULT get_PointCount(
  long* pPointCount
);
[C++]
HRESULT put_PointCount(
  long pPointCount
);
[C++]

Parameters

pPointCount [out, retval]   pPointCount is a parameter of type long pPointCount [in]   pPointCount is a parameter of type long

Product Availability

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

See Also

IDELasDataset Interface