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