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: 8.0.0.0 (8.0.0.0)
Syntax
C#
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