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