Click or drag to resize

OLDrawLineGetHandlerOptions Method

Gets handler 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 override string GetHandlerOptions(
	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.OLDrawLine.GetHandlerOptions(Cadcorp.Configuration.DrawingStyles,System.String)"]

Return Value

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