MapDataPlotsItem Property (Int32) |
|
DataPA OpenAnalytics API Reference
Gets and sets a MapDataPlot in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public MapDataPlot this[
int Index
] { get; set; }
Public Property Item (
Index As Integer
) As MapDataPlot
Get
Set
public:
virtual property MapDataPlot^ Item[int Index] {
MapDataPlot^ get (int Index) sealed;
void set (int Index, MapDataPlot^ value) sealed;
}
function get_Item(Index);
function set_Item(value);
Parameters
- Index
- Type: SystemInt32
The index of the MapDataPlot
Property Value
Type:
MapDataPlotThe MapDataPlot you wish to place in the collection.
Return Value
Type:
MapDataPlotThe MapDataPlot you wish to retrieve from the collection.
Implements
MapDataPlots_MapDataPlotsItemInt32Remarks See Also