LayerCollectionShowSettingsDialog Method |
Activates the settings dialog, if an
ILayerSettings-interface is set by the client
application.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public void ShowSettingsDialog(
ILayer layer
)
Public Sub ShowSettingsDialog (
layer As ILayer
)
public:
void ShowSettingsDialog(
ILayer^ layer
)
member ShowSettingsDialog :
layer : ILayer -> unit
Parameters
- layer
- Type: Ptv.XServer.Controls.Map.LayersILayer
Layer object, for which the settings have to be shown.
See Also