ILayerSettingsShowSettingsDialog Method |
The corresponding object shows a dialog box with all the settings of the specified layer.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax void ShowSettingsDialog(
ILayer layer
)
Sub ShowSettingsDialog (
layer As ILayer
)
void ShowSettingsDialog(
ILayer^ layer
)
abstract ShowSettingsDialog :
layer : ILayer -> unit
Parameters
- layer
- Type: Ptv.XServer.Controls.Map.LayersILayer
Layer providing the settings, which should be shown in dialog.
See Also