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


ILasPointSelection.ComputeStatistics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointSelection Interface > ILasPointSelection.ComputeStatistics Property
ArcGIS Developer Help

ILasPointSelection.ComputeStatistics Property

Indicates whether or not to compute statistics for the output file(s).

[Visual Basic .NET]
Public WriteOnly Property ComputeStatistics
[C#]
public void ComputeStatistics {set;}
[C++]
HRESULT put_ComputeStatistics(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

ILasPointSelection Interface