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


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

IDELasDataset.PointCount Property

The number of points in the LAS dataset.

[Visual Basic .NET]
Public Property PointCount As Integer
[C#]
public int PointCount {get; set;}
[C++]
HRESULT get_PointCount(
  System.Int32* 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