Click or drag to resize

CDBGetRegSymbSetting Method (Int32, String, String)

Get a REG string setting from a symbol reg

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetRegSymbSetting(
	int symb,
	string name,
	ref string setting
)

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
Remarks
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.
See Also