This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.GetDrawingTimeInfo Method (ArcObjects .NET 10.4 SDK) |
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