Click or drag to resize

GeoFenceCollectionAdd Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a new IGeoFence to this collection

Namespace:  Telogis.GeoBase.GeoFence
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override int Add(
	Object value
)

Parameters

value
Type: SystemObject
The IGeoFence to add.

Return Value

Type: Int32
The index that value was added at.

Implements

IListAdd(Object)
See Also