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


IGlobeStatInfo.StopAccumulating Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeStatInfo Interface > IGlobeStatInfo.StopAccumulating Method
ArcGIS Developer Help

IGlobeStatInfo.StopAccumulating Method

Stop accumulating values.

[Visual Basic .NET]
Public Function StopAccumulating ( _
    ByVal property As esriGlobeStat _
) As Double
[C#]
public double StopAccumulating (
    esriGlobeStat property
);
[C++]
HRESULT StopAccumulating(
  esriGlobeStat property
);
[C++]
Parameters
property [in]

property is a parameter of type esriGlobeStat

Product Availability

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

See Also

IGlobeStatInfo Interface