Click or drag to resize

LayerCollectionInsertBefore Method

Insert a layer before another layer.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void InsertBefore(
	ILayer layer,
	string name
)

Parameters

layer
Type: Ptv.XServer.Controls.Map.LayersILayer
The layer.
name
Type: SystemString
The name of the other layer.
See Also