Intent Constructor (XmlNode) |
Overloaded. Initializes a new instance of the
Intent class.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic Intent(
XmlNode intent
)
Public Sub New (
intent As XmlNode
)
Parameters
- intent
- Type: System.XmlXmlNode
The root element in config representing drawingstyle
See Also