ArcObjects Library Reference (DataSourcesRaster)  

ILasDatasetToRasterFunctionArguments.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

ILasDatasetToRasterFunctionArguments Interface