Click or drag to resize

CEMAPTEMPLATEiIGetSpecifiedMapName Method (String, String, String, Int32)

Find a loaded map that has a setting in its reg.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iIGetSpecifiedMapName(
	string field,
	string value,
	ref string name,
	int size
)

public static int iIGetSpecifiedMapName(
	string field,
	string value,
	ref string name,
	int size
)

Parameters

field
Type: SystemString
REG field name
value
Type: SystemString
REG field value to find
name
Type: SystemString
buffer for map name
size
Type: SystemInt32
Buffer size

Return Value

Type: Int32
0 - Ok 1 - No Map Found
See Also