Click or drag to resize

OLRegularPolygonGetHandlerOptions Method

String representing handlerOptions used for drawing circles

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
sets the style of the feature to be drawn
mapId
Type: SystemString

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

Return Value

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