MapShowLayerControl Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates whether the map will show a layer control
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowLayerControl { get; set; }
Public Property ShowLayerControl As Boolean
Get
Set
public:
virtual property bool ShowLayerControl {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowLayerControl();
function set_ShowLayerControl(value);
Return Value
Type:
BooleanTrue if the map will show a layer control
Implements
Map_MapShowLayerControlSee Also