Click or drag to resize

OLDrawingBaseGetOptionsJS Method (DrawingStyles, String)

Gets OpenLayers options.That are used to set non-default properties on the control’s handler

Namespace:  Cadcorp.Web.UI.OpenLayers
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected virtual string GetOptionsJS(
	DrawingStyles styles,
	string mapID
)

Parameters

styles
Type: Cadcorp.ConfigurationDrawingStyles
The DrawingStyles for the feature(s) to be drawn.
mapID
Type: SystemString

[Missing <param name="mapID"/> documentation for "M:Cadcorp.Web.UI.OpenLayers.OLDrawingBase.GetOptionsJS(Cadcorp.Configuration.DrawingStyles,System.String)"]

Return Value

Type: String
A System.String representing Openlayers Options in JavaScript format.
See Also