MapDataPlotLocationsFound Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the number of locations that were found
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int LocationsFound { get; set; }
Public Property LocationsFound As Integer
Get
Set
public:
virtual property int LocationsFound {
int get () sealed;
void set (int value) sealed;
}
function get_LocationsFound();
function set_LocationsFound(value);
Return Value
Type:
Int32The number of locations that were found
Implements
MapDataPlot_MapDataPlotLocationsFoundSee Also