This document is archived and information here might be outdated. Recommended version. |
Indicates if the 3D Display is in navigation mode.
[Visual Basic .NET]
Public Property IsNavigating As Boolean
[C#]
public bool IsNavigating {get; set;}
[C++]
HRESULT get_IsNavigating(
Boolean* pbIsNavigating
);
[C++]
HRESULT put_IsNavigating(
VARIANT_BOOL pbIsNavigating
);
[C++] Parameters pbIsNavigating [out, retval]
pbIsNavigating is a parameter of type bool* pbIsNavigating [in]
pbIsNavigating is a parameter of type bool