Click or drag to resize

FeatureLayers Constructor

Initializes the new instance with a reference to the possessing layer factory.

Namespace:  Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public FeatureLayers(
	LayerFactory owner
)

Parameters

owner
Type: Ptv.XServer.Controls.Map.Layers.Xmap2LayerFactory
Owner of the new object.
See Also