MapDataPlotRebuildRequired Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicates whether or not the object has been modified since the last call to refreshXML.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool RebuildRequired { get; set; }
Public Property RebuildRequired As Boolean
Get
Set
public:
virtual property bool RebuildRequired {
bool get () sealed;
void set (bool value) sealed;
}
function get_RebuildRequired();
function set_RebuildRequired(value);
Property Value
Type:
BooleanTrue if the object has been modified since the last call to refreshXML.
Return Value
Type:
BooleanTrue if the object has been modified since the last call to refreshXML.
Implements
DrillDownParentRebuildRequiredMapDataPlot_MapDataPlotRebuildRequiredRemarks See Also