Click or drag to resize

NavigationManagerStatusInfo Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This returns the NavigationManager's INavigationStatus object, if present. This can be used to set update controls or change the NavigationManager's appearance.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public INavigationStatus StatusInfo { get; }

Property Value

Type: INavigationStatus
Remarks
Will be null until SetControls is called. If SetControls(INavigationStatus) is called, it will be an instance of DefaultNavigationStatus, while if SetControls(INavigationStatus) is called, it will return the INavigationStatus class specified.
See Also