Click or drag to resize

ShapeLayer Constructor

Initializes a new instance of the ShapeLayer class. By default, the spatial reference system is set to "EPSG:4326".

Namespace:  Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public ShapeLayer(
	string name
)

Parameters

name
Type: SystemString
Name of the layer.
See Also