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


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

ILasDataset.NeedsUpdateStatistics Property

Indicates if update is necessary.

[Visual Basic .NET]
Public ReadOnly Property NeedsUpdateStatistics As Boolean
[C#]
public bool NeedsUpdateStatistics {get;}
[C++]
HRESULT get_NeedsUpdateStatistics(
  Boolean* pbNeedsUpdate
);
[C++]
Parameters
pbNeedsUpdate [out, retval]

pbNeedsUpdate is a parameter of type bool*

Product Availability

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

Description

An update to statistics may be necessary if the class code values of points have been modified in the LAS files or if LAS files are added or removed from the las dataset.

See Also

ILasDataset Interface