This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasToRasterFunctionArguments Interface > ILasToRasterFunctionArguments.NumPointsTotal Property (ArcObjects .NET 10.5 SDK) |
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