Click or drag to resize

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
)

Parameters

layer
Type: Ptv.XServer.Controls.Map.LayersILayer
Layer providing the settings, which should be shown in dialog.
See Also