MapDataPlotsRemove Method (Int32) |
|
DataPA OpenAnalytics API Reference
Removes a MapDataPlot from this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Remove(
int Index
)
Public Function Remove (
Index As Integer
) As Boolean
public:
virtual bool Remove(
int Index
) sealed
Parameters
- Index
- Type: SystemInt32
The index of the MapDataPlot you wish to remove.
Return Value
Type:
BooleanTrue if an MapDataPlot the MapDataPlot is removed.
Implements
MapDataPlots_MapDataPlotsRemove(Int32)Remarks See Also