Click or drag to resize

OverlayBaseGetConfigAttributeVal Method (XmlNode, String, Boolean, Boolean)

[Missing <summary> documentation for "M:Cadcorp.Configuration.OverlayBase.GetConfigAttributeVal(System.Xml.XmlNode,System.String,System.Boolean@,System.Boolean)"]

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected void GetConfigAttributeVal(
	XmlNode configNodeToSearch,
	string attribute,
	ref bool Val,
	bool defaultValue
)

Parameters

configNodeToSearch
Type: System.XmlXmlNode

[Missing <param name="configNodeToSearch"/> documentation for "M:Cadcorp.Configuration.OverlayBase.GetConfigAttributeVal(System.Xml.XmlNode,System.String,System.Boolean@,System.Boolean)"]

attribute
Type: SystemString

[Missing <param name="attribute"/> documentation for "M:Cadcorp.Configuration.OverlayBase.GetConfigAttributeVal(System.Xml.XmlNode,System.String,System.Boolean@,System.Boolean)"]

Val
Type: SystemBoolean

[Missing <param name="Val"/> documentation for "M:Cadcorp.Configuration.OverlayBase.GetConfigAttributeVal(System.Xml.XmlNode,System.String,System.Boolean@,System.Boolean)"]

defaultValue
Type: SystemBoolean

[Missing <param name="defaultValue"/> documentation for "M:Cadcorp.Configuration.OverlayBase.GetConfigAttributeVal(System.Xml.XmlNode,System.String,System.Boolean@,System.Boolean)"]

See Also