Click or drag to resize

OverlayBaseGetConfigVal Method (XmlNode, String, Int32, Int32)

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

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected void GetConfigVal(
	XmlNode configNodeToSearch,
	string search,
	ref int Val,
	int defaultValue
)

Parameters

configNodeToSearch
Type: System.XmlXmlNode

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

search
Type: SystemString

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

Val
Type: SystemInt32

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

defaultValue
Type: SystemInt32

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

See Also