Click or drag to resize

PolygonFenceItem Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Enables the PolygonFence to be treated as an array of LatLons.

Namespace:  Telogis.GeoBase.GeoFence
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Object this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the points that make up the GeoFence.

Return Value

Type: Object
An array of LatLons.
See Also