Click or drag to resize

CEMAPTEMPLATEiIGetSpecifiedMapName Method (CGXNETCore, String, String, String, Int32)

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

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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