ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.PointCount Property

The number of points in the dataset.

[Visual Basic .NET]
Public ReadOnly Property SizeInBytes As Double
[C#]
public double SizeInBytes {get;}
[C++]
HRESULT get_PointCount(
  double* pCount
);
[C++]

Parameters

pCount [out, retval]   pCount is a parameter of type double

Product Availability

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

See Also

ILasDataset Interface