Click or drag to resize

Projection Constructor (XmlNode)

Initializes a new instance of the Projection class.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public Projection(
	XmlNode Projection
)

Parameters

Projection
Type: System.XmlXmlNode
The xmlnode projection from the web.config
See Also