This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.TargetFrameRate Property (ArcObjects .NET 10.5 SDK) |
The target frame rate -- for automatic control of level of detail.
[Visual Basic .NET] Public Property TargetFrameRate As Double
[C#] public double TargetFrameRate {get; set;}
[C++]
HRESULT get_TargetFrameRate(
double* TargetFrameRate
);
[C++]
HRESULT put_TargetFrameRate(
double TargetFrameRate
);
[C++]
Parameters TargetFrameRate [out, retval] TargetFrameRate is a parameter of type double TargetFrameRate [in] TargetFrameRate is a parameter of type double