Click or drag to resize

NavigatorSetRepository Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Set the repository that this navigator should use.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void SetRepository(
	Repository repository
)

Parameters

repository
Type: Telogis.GeoBase.RepositoriesRepository
The repository for this navigator to use.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThrown if the navigator has already been disposed.
See Also