Click or drag to resize

WFSParserBaseGetWFSLayers Method

Gets a list of WFS Layers from an XML Capabilities Document.

Namespace:  Cadcorp.Configuration.Parser
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual string[][] GetWFSLayers(
	XmlDocument doc
)

Parameters

doc
Type: System.XmlXmlDocument

[Missing <param name="doc"/> documentation for "M:Cadcorp.Configuration.Parser.WFSParserBase.GetWFSLayers(System.Xml.XmlDocument)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Cadcorp.Configuration.Parser.WFSParserBase.GetWFSLayers(System.Xml.XmlDocument)"]

See Also