This document is archived and information here might be outdated.  Recommended version.


ISceneGraph.GetDrawingTimeInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.GetDrawingTimeInfo Method
ArcGIS Developer Help

ISceneGraph.GetDrawingTimeInfo Method

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(
  System.Double* pLastFrameDuration,
  System.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.

See Also

ISceneGraph Interface

.NET Samples

Custom scene navigation commands