Click or drag to resize

CEMAPiIGetSpecifiedMapName Method (String, String, String)

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
)

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

Parameters

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

Return Value

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