Click or drag to resize

GeoFenceCollection Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The GeoFenceCollection type exposes the following members.

Properties
  NameDescription
Public propertyBoundingBox
Return a BoundingBox containing all the fences in the collection.
Public propertyCapacity
Gets or sets the number of elements that the ArrayList can contain.
(Inherited from ArrayList.)
Public propertyCount
Gets the number of elements actually contained in the ArrayList.
(Inherited from ArrayList.)
Public propertyIsFixedSize
Gets a value indicating whether the ArrayList has a fixed size.
(Inherited from ArrayList.)
Public propertyIsReadOnly
Gets a value indicating whether the ArrayList is read-only.
(Inherited from ArrayList.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ArrayList is synchronized (thread safe).
(Inherited from ArrayList.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ArrayList.)
Public propertyRenderBrush
Gets the Brush for the collection object, and sets the Brush for each GeoFence in the collection, as well as for the collection object.
Public propertyRenderPen
Gets the Pen for the collection object, and sets the Pen for each GeoFence in the collection, as well as for the collection object.
Public propertyRequiredRendermodes
Gets the RenderMode required by this GeoFenceCollection.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ArrayList.
(Inherited from ArrayList.)
Top
See Also