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


ILasDataset.NeedsUpdateStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  VARIANT_BOOL* pbNeedsUpdate
);
[C++]

Parameters pbNeedsUpdate [out, retval] pbNeedsUpdate is a parameter of type VARIANT_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