Click or drag to resize

CompositeWMSOverlayGetTreeConfig Method

Gets the tree config JSON for this layer

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public override string GetTreeConfig(
	string UI,
	string CompositeUI,
	bool showBaseMapping
)

Parameters

UI
Type: SystemString
The standard UI to use
CompositeUI
Type: SystemString
The UI to use for composite layers
showBaseMapping
Type: SystemBoolean

[Missing <param name="showBaseMapping"/> documentation for "M:Cadcorp.Configuration.CompositeWMSOverlay.GetTreeConfig(System.String,System.String,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Cadcorp.Configuration.CompositeWMSOverlay.GetTreeConfig(System.String,System.String,System.Boolean)"]

See Also