Extent Constructor (XmlNode) |
Initializes a new instance of the
Extent class.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic Extent(
XmlNode extentNode
)
Public Sub New (
extentNode As XmlNode
)
Parameters
- extentNode
- Type: System.XmlXmlNode
The extent node from a config file
See Also