Click or drag to resize

SimpleRepositorySupports Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets whether this Repository supports the specified feature.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Supports(
	FeatureSupport feature
)

Parameters

feature
Type: Telogis.GeoBaseFeatureSupport
The feature to check.

Return Value

Type: Boolean
True if the feature is supported, False if it is not.
See Also