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