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)
Syntaxprotected override string GetHandlerOptions(
DrawingStyles styles,
string mapId
)
Protected Overrides Function GetHandlerOptions (
styles As DrawingStyles,
mapId As String
) As String
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:
StringA
System.String representing Openlayers handlerOptions in JavaScript format.
See Also