MapDataPlotIsBuilding Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether this MapDataPlot is currently building data for the map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool IsBuilding { get; }
Public ReadOnly Property IsBuilding As Boolean
Get
public:
virtual property bool IsBuilding {
bool get () sealed;
}
function get_IsBuilding();
Return Value
Type:
BooleanTrue if this MapDataPlot is currently building data for the map
Implements
MapDataPlot_MapDataPlotIsBuildingSee Also