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


ILasDatasetToRasterFunctionArguments.NumPointsTotal Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasDatasetToRasterFunctionArguments Interface > ILasDatasetToRasterFunctionArguments.NumPointsTotal Property
ArcGIS Developer Help

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(
  System.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