MapCtrlSetRepository Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Set the repository to draw the maps with. If not set, then the default repository is used.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetRepository(
Repository repository
)
Public Sub SetRepository (
repository As Repository
)
Parameters
- repository
- Type: Telogis.GeoBase.RepositoriesRepository
The repository that will be used to redraw the map.
See Also