Click or drag to resize

CREGSaveINI Method

Save a REG to an INI file.

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

public void SaveINI(
	string ini
)

Parameters

ini
Type: SystemString
INI file name
Remarks
Only REG parameters in the form "GROUP.ITEM" are dumped to the INI file, because they match the INI format which groups items under [GROUP] headings. Single-word items (without a separating period) are skipped.
See Also