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


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

IGlobeStatInfo.StartAccumulating Method

Start accumulating values.

[Visual Basic .NET]
Public Sub StartAccumulating ( _
    ByVal property As esriGlobeStat _
)
[C#]
public void StartAccumulating (
    esriGlobeStat property
);
[C++]
HRESULT StartAccumulating(
  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