Click or drag to resize

PolygonFenceRemove Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Removes a point from the GeoFence.

Namespace:  Telogis.GeoBase.GeoFence
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Remove(
	LatLon value
)

Parameters

value
Type: Telogis.GeoBaseLatLon
A point to remove.

Return Value

Type: Boolean
True if the point was removed from the GeoFence, otherwise false.

Implements

ICollectionTRemove(T)
See Also