Click or drag to resize
MapDataPlotsRemove Method (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes a MapDataPlot from this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Remove(
	int Index
)

Parameters

Index
Type: SystemInt32
The index of the MapDataPlot you wish to remove.

Return Value

Type: Boolean
True if an MapDataPlot the MapDataPlot is removed.

Implements

MapDataPlots_MapDataPlotsRemove(Int32)
Remarks