Click or drag to resize

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)
Syntax
public Extent(
	XmlNode extentNode
)

Parameters

extentNode
Type: System.XmlXmlNode
The extent node from a config file
See Also