Click or drag to resize

WFSServerOverlayRenderOverlayJS Method

Renders all the javascript required to create an overlay

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public override string RenderOverlayJS(
	int urlIndex,
	string urlObjectName
)

Parameters

urlIndex
Type: SystemInt32

[Missing <param name="urlIndex"/> documentation for "M:Cadcorp.Configuration.WFSServerOverlay.RenderOverlayJS(System.Int32,System.String)"]

urlObjectName
Type: SystemString

[Missing <param name="urlObjectName"/> documentation for "M:Cadcorp.Configuration.WFSServerOverlay.RenderOverlayJS(System.Int32,System.String)"]

Return Value

Type: String
A JS [!:System.String>] that will instantiate Openlayers Vector layer.
See Also