Click or drag to resize

CREGLoadINI Method

Load a registry from an INI file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LoadINI(
	string ini
)

public void LoadINI(
	string ini
)

Parameters

ini
Type: SystemString
INI file name
Remarks
Items are loaded into the REG in the format "GROUP.ITEM".
See Also