Click or drag to resize

WMTSMatrixSetting Constructor (XmlNode, XmlNamespaceManager)

Initializes a new instance of the WMTSMatrixSetting class

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

Parameters

matrixNode
Type: System.XmlXmlNode

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

nsmgr
Type: System.XmlXmlNamespaceManager

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

See Also