ArcObjects Library Reference (DataSourcesFile)  

IDELasDataset.NeedsUpdateStatistics Property

Indicates whether the statistics are up to date.

[Visual Basic .NET]
Public Property NeedsUpdateStatistics As Boolean
[C#]
public bool NeedsUpdateStatistics {get; set;}
[C++]
HRESULT get_NeedsUpdateStatistics(
  VARIANT_BOOL* pbNeedsUpdateStatistics
);
[C++]
HRESULT put_NeedsUpdateStatistics(
  VARIANT_BOOL pbNeedsUpdateStatistics
);
[C++]

Parameters

pbNeedsUpdateStatistics [out, retval]   pbNeedsUpdateStatistics is a parameter of type VARIANT_BOOL pbNeedsUpdateStatistics [in]   pbNeedsUpdateStatistics is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDELasDataset Interface