Click or drag to resize
CDBiGetRegSymbSetting Method
Get an integer-valued REG setting from a symbol reg

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Same as GetRegSymbSetting_DB, but converts the setting automatically to an integer 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 int iGetRegSymbSetting(
	int i1,
	string str2
)

Parameters

i1
Type: SystemInt32
Symbol, NULLSYMBConstant for the database REG
str2
Type: SystemString
REG entry name

Return Value

Type: Int32
The setting, or iDUMMY if not found or not convertable.
See Also