TileServiceRenderOverlayJS Method |
Renders all the javascript required to create an overlay
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic override string RenderOverlayJS(
int urlIndex,
string urlObjectName
)
Public Overrides Function RenderOverlayJS (
urlIndex As Integer,
urlObjectName As String
) As String
Parameters
- urlIndex
- Type: SystemInt32
[Missing <param name="urlIndex"/> documentation for "M:Cadcorp.Configuration.TileService.RenderOverlayJS(System.Int32,System.String)"]
- urlObjectName
- Type: SystemString
[Missing <param name="urlObjectName"/> documentation for "M:Cadcorp.Configuration.TileService.RenderOverlayJS(System.Int32,System.String)"]
Return Value
Type:
StringA JS
[!:System.String>] that will instantiate Cadcorp tile service layer.
See Also