Returns the duration in seconds of last redraw and the average number of frames per second.
[Visual Basic .NET] Public Sub GetDrawingTimeInfo ( _ ByRef pLastFrameDuration As Double, _ ByRef pMeanFrameRate As Double _ )
[C#] public void GetDrawingTimeInfo ( ref double pLastFrameDuration, ref double pMeanFrameRate );
[C++]
HRESULT GetDrawingTimeInfo(
double* pLastFrameDuration,
double* pMeanFrameRate
);
[C++]Parameters
pLastFrameDuration [out] pLastFrameDuration is a parameter of type double pMeanFrameRate [out] pMeanFrameRate is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.