SimpleRepositorySupports Method | |
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
)
Public Function Supports (
feature As FeatureSupport
) As Boolean
Parameters
- feature
- Type: Telogis.GeoBaseFeatureSupport
The feature to check.
Return Value
Type:
BooleanTrue if the feature is supported,
False if it is not.
See Also