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


IGlobeStatInfo.SetNumFramesInAvg Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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