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


IGlobeLayerProperties4.IsFetchingSuspendedWhenNavigating Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.IsFetchingSuspendedWhenNavigating Property

Indicates if the layer is visible while interactive navigation.

[Visual Basic .NET]
Public Property IsFetchingSuspendedWhenNavigating As Boolean
[C#]
public bool IsFetchingSuspendedWhenNavigating {get; set;}
[C++]
HRESULT get_IsFetchingSuspendedWhenNavigating(
  VARIANT_BOOL* bFetchingDisabledWhenNavigating
);
[C++]
HRESULT put_IsFetchingSuspendedWhenNavigating(
  VARIANT_BOOL bFetchingDisabledWhenNavigating
);
[C++]

Parameters bFetchingDisabledWhenNavigating [out, retval] bFetchingDisabledWhenNavigating is a parameter of type VARIANT_BOOL bFetchingDisabledWhenNavigating [in] bFetchingDisabledWhenNavigating is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties4 Interface