This document is archived and information here might be outdated. Recommended version. |
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*