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


ILasOrganize.ComputeStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasOrganize.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 VARIANT_BOOL

Product Availability

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

See Also

ILasOrganize Interface