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


ILasToRasterFunctionArguments.NumPointsTotal Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ILasToRasterFunctionArguments.NumPointsTotal Property

Total number of points for all Las files, all return types.

[Visual Basic .NET]
Public Property NumPointsTotal As Double
[C#]
public double NumPointsTotal {get; set;}
[C++]
HRESULT get_NumPointsTotal(
  double* pNumPointsTotal
);
[C++]
HRESULT put_NumPointsTotal(
  double pNumPointsTotal
);
[C++]

Parameters pNumPointsTotal [out, retval] pNumPointsTotal is a parameter of type double pNumPointsTotal [in] pNumPointsTotal is a parameter of type double

Product Availability

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

See Also

ILasToRasterFunctionArguments Interface