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


IGlobeAdvancedOptions.TargetFrameRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.TargetFrameRate Property
ArcGIS Developer Help

IGlobeAdvancedOptions.TargetFrameRate Property

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(
  System.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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeAdvancedOptions Interface