Click or drag to resize

OLPanelRender Method (String)

Creates new control Cadcorp.Web.UI.OpenLayers.OLPanel.

Namespace:  Cadcorp.Web.UI.OpenLayers
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public override string Render(
	string mapID
)

Parameters

mapID
Type: SystemString
The ID of the Map associated with this control.

Return Value

Type: String
string System.String representing OpenLayers Panel control in JavaScript format.
See Also