This document is archived and information here might be outdated. Recommended version. |
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*