Click or drag to resize

WMTSSettings Constructor (XmlNode, XmlNamespaceManager)

Initializes a new instance of the WMTSSettings class

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public WMTSSettings(
	XmlNode documentNode,
	XmlNamespaceManager nsmgr
)

Parameters

documentNode
Type: System.XmlXmlNode

[Missing <param name="documentNode"/> documentation for "M:Cadcorp.Configuration.WMTSSettings.#ctor(System.Xml.XmlNode,System.Xml.XmlNamespaceManager)"]

nsmgr
Type: System.XmlXmlNamespaceManager

[Missing <param name="nsmgr"/> documentation for "M:Cadcorp.Configuration.WMTSSettings.#ctor(System.Xml.XmlNode,System.Xml.XmlNamespaceManager)"]

See Also