This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties4 Interface > IGlobeLayerProperties4.IsFetchingSuspendedWhenNavigating Property (ArcObjects .NET 10.5 SDK) |
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