Click or drag to resize
CDBGetRegSymbSetting Method
Get a REG string setting from a symbol reg

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 i1,
	string str2,
	ref string str3
)

Parameters

i1
Type: SystemInt32
Symbol, NULLSYMBConstant for the database REG
str2
Type: SystemString
REG entry name
str3
Type: SystemString
returned setting
See Also