Click or drag to resize
CDBGetRegSymbSetting Method (Int32, String, String)
Get a REG string setting from a symbol reg

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The symbol REG is used to store a variety of attribute about the symbol. Following a conventionally used entries: UNITS - channel units CLASS - symbol class name (i.e. "Assay") _PJ_ipj - projection blob name _PJ_x - projection coordinate pair _PJ_y _PJ_name - projection GXF-style info _PJ_ellipsoid _PJ_projection _PJ_units _PJ_datum_transform 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 void GetRegSymbSetting(
	int symb,
	string name,
	ref string setting
)

Parameters

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