MapShowInfoBox Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if info boxes should be shown on this map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowInfoBox { get; set; }
Public Property ShowInfoBox As Boolean
Get
Set
public:
virtual property bool ShowInfoBox {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowInfoBox();
function set_ShowInfoBox(value);
Return Value
Type:
BooleanTrue if info boxes should be shown on this map
Implements
Map_MapShowInfoBoxSee Also