WMTS Constructor (XmlNode) |
Initializes a new instance of the
WMTS class.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic WMTS(
XmlNode overlayNode
)
Public Sub New (
overlayNode As XmlNode
)
Parameters
- overlayNode
- Type: System.XmlXmlNode
The configuration section to set up this layer
See Also