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


IGlobeStatInfo.StopAccumulating Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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,
  double* Value
);
[C++]

Parameters property [in]
property is a parameter of type esriGlobeStat Value [out, retval] Value is a parameter of type double

Product Availability

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

See Also

IGlobeStatInfo Interface