GeoFenceCollectionAdd Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.GeoFence
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override int Add(
Object value
)
Public Overrides Function Add (
value As Object
) As Integer
Parameters
- value
- Type: SystemObject
The IGeoFence to add.
Return Value
Type:
Int32The index that
value was added at.
Implements
IListAdd(Object)See Also