ArcObjects Library Reference (GlobeCore)  

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