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


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

IGlobeLayerProperties2.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(
  Boolean* bFetchingDisabledWhenNavigating
);
[C++]
Parameters
bFetchingDisabledWhenNavigating [in]

bFetchingDisabledWhenNavigating is a parameter of type bool bFetchingDisabledWhenNavigating [out, retval]
bFetchingDisabledWhenNavigating is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerProperties2 Interface