Click or drag to resize

OverlayBaseGetConfigVal Method (XmlNode, String, Double, Double)

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

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 double Val,
	double defaultValue
)

Parameters

configNodeToSearch
Type: System.XmlXmlNode

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

search
Type: SystemString

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

Val
Type: SystemDouble

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

defaultValue
Type: SystemDouble

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

See Also