Click or drag to resize

OLSnapGetHandlerOptions 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 virtual string GetHandlerOptions(
	string mapId
)

Parameters

mapId
Type: SystemString

[Missing <param name="mapId"/> documentation for "M:Cadcorp.Web.UI.OpenLayers.OLSnap.GetHandlerOptions(System.String)"]

Return Value

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