MapDataPlotsRemove Method (String) |
|
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(
string ID
)
Public Function Remove (
ID As String
) As Boolean
public:
virtual bool Remove(
String^ ID
) sealed
Parameters
- ID
- Type: SystemString
The ID of the MapDataPlot you wish to remove.
Return Value
Type:
BooleanTrue if a MapDataPlot object is removed from the collection.
Implements
MapDataPlots_MapDataPlotsRemove(String)Remarks See Also