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


IGlobeStatInfo.Statistic Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeStatInfo.Statistic Property

The accumulated or instantaneous value of an statistic.

[Visual Basic .NET]
Public Function get_Statistic ( _
    ByVal property As esriGlobeStat _
) As Double
[C#]
public double get_Statistic (
    esriGlobeStat property
);
[C++]
HRESULT get_Statistic(
  esriGlobeStat property,
  double* pValue
);
[C++]

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

Product Availability

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

See Also

IGlobeStatInfo Interface