Click or drag to resize

OverlayBaseGetConfigAttributeVal Method (XmlNode, String, Double, Double)

[Missing <summary> documentation for "M:Cadcorp.Configuration.OverlayBase.GetConfigAttributeVal(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 GetConfigAttributeVal(
	XmlNode configNodeToSearch,
	string attribute,
	ref double Val,
	double defaultValue
)

Parameters

configNodeToSearch
Type: System.XmlXmlNode

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

attribute
Type: SystemString

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

Val
Type: SystemDouble

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

defaultValue
Type: SystemDouble

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

See Also