MapDataPlotContainingFeaturesFound Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the number of locations for which the containg feature was found
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int ContainingFeaturesFound { get; set; }
Public Property ContainingFeaturesFound As Integer
Get
Set
public:
virtual property int ContainingFeaturesFound {
int get () sealed;
void set (int value) sealed;
}
function get_ContainingFeaturesFound();
function set_ContainingFeaturesFound(value);
Return Value
Type:
Int32The number of locations for which the containg feature was found
Implements
MapDataPlot_MapDataPlotContainingFeaturesFoundSee Also