ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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

IGlobeLayerProperties5 Interface