Click or drag to resize

MultiRepositoryAdd Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a given LocalRepository to this MultiRepository. Once a LocalRepository is added to this MultiRepository, the data available in any of the LocalRepository's SimpleRepository or MultiRepository objects become available for use by this MultiRepository.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Add(
	LocalRepository repos
)

Parameters

repos
Type: Telogis.GeoBase.RepositoriesLocalRepository
The LocalRepository to add.
See Also