Click or drag to resize
CDBrGetRegSymbSetting Method
Get a real-valued REG setting from a symbol reg

Available since Oasis montaj version: 6.2
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Same as GetRegSymbSetting_DB, but converts the setting automatically to a real value. This is a convenient but low-performance way to get/set REG settings. If performance is an issue, and more than one setting is to be Get and or Set, use the REG directly.
Syntax
public double rGetRegSymbSetting(
	int symb,
	string name
)

Parameters

symb
Type: SystemInt32
Symbol, <define>NULLSYMB</define> for the database REG
name
Type: SystemString
REG entry name

Return Value

Type: Double
The setting, or <define>rDUMMY</define> if not found or not convertable.
See Also