Click or drag to resize

GenericSPAddWfsOverlay Method

Insert a WFS overlay into the current SWD.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual void AddWfsOverlay(
	string url,
	string layerParams,
	string overlayName,
	int position,
	double minscale,
	double maxscale
)

Parameters

url
Type: SystemString
The base URL of the WFS.
layerParams
Type: SystemString
The parameter string to be appended to the URL.
overlayName
Type: SystemString
The display name of the overlay.
position
Type: SystemInt32
The position to insert at.
minscale
Type: SystemDouble
Minimum scale threshold for the overlay.
maxscale
Type: SystemDouble
Maximum scale threshold for the overlay.
See Also