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