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)
Syntaxprotected virtual string GetHandlerOptions(
string mapId
)
Protected Overridable Function GetHandlerOptions (
mapId As String
) As String
Parameters
- mapId
- Type: SystemString
[Missing <param name="mapId"/> documentation for "M:Cadcorp.Web.UI.OpenLayers.OLSnap.GetHandlerOptions(System.String)"]
Return Value
Type:
StringA
System.String representing Openlayers handlerOptions in JavaScript format.
See Also