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


IGlobeStatInfo.SetNumFramesInAvg Method (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.SetNumFramesInAvg Method
ArcGIS Developer Help

IGlobeStatInfo.SetNumFramesInAvg Method

Set Number of frames used in averaging.

[Visual Basic .NET]
Public Sub SetNumFramesInAvg ( _
    ByVal property As esriGlobeStat, _
    ByVal num As Integer _
)
[C#]
public void SetNumFramesInAvg (
    esriGlobeStat property,
    int num
);
[C++]
HRESULT SetNumFramesInAvg(
  esriGlobeStat property,
  long num
);
[C++]
Parameters
property [in]

property is a parameter of type esriGlobeStat num [in]
num is a parameter of type long

Product Availability

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

See Also

IGlobeStatInfo Interface