This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeStatInfo Interface > IGlobeStatInfo.SetNumFramesInAvg Method (ArcObjects .NET 10.4 SDK) |
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