Click or drag to resize
MapDataPlots Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
An enumerated collection of MapDataPlot objects.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardMapDataPlots

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class MapDataPlots : MapDataPlots_MapDataPlots, 
	IEnumerable, IEnumerator, ISerializable

The MapDataPlots type exposes the following members.

Constructors
  NameDescription
Public methodMapDataPlots
Creates and returns a new MapDataPlots object.
Public methodMapDataPlots(Map)
Creates and returns a new MapDataPlots object.
Top
Methods
  NameDescription
Public methodAdd
Adds a MapDataPlot to this collection.
Public methodContains
Returns a value that indicates if a MapDataPlot with the ID exists in the collection.
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetFirstMapDataPlot
Gets the first MapDataPlot in the collection.
Public methodGetNextMapDataPlot
Gets the Next MapDataPlot in the collection.
Public methodGetObjectData
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodReBuild
Rebuilds the collection using the order specified in the IDs array.
Public methodRemove(Int32)
Removes a MapDataPlot from this collection.
Public methodRemove(String)
Removes a MapDataPlot from this collection.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyClone
Gets cloned copy of this object.
Public propertyCount
Gets the number of MapDataPlots in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItemInt32
Gets and sets a MapDataPlot in this collection.
Public propertyItemString
Gets and sets a MapDataPlot in this collection.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this object
Top
Events
  NameDescription
Public eventAddressSearchComplete
Event raised when a map data plot finishes searching for addresses
Public eventAddressSearchProgress
Event fires when a search for address locations processes an address
Public eventAddressSearchStarted
Event raised when a map data plot starts searching for addresses
Public eventMapDataPlotBuildStarted
Event raised when a map data plot build starts
Public eventMapDataPlotChanged
Event raised when a map data plot changes
Top
Remarks