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


IGlobeStatInfo.Statistic Property (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.Statistic Property
ArcGIS Developer Help

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,
  System.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