Click or drag to resize
CEMAPTEMPLATEiIGetSpecifiedMapName Method (CGXNETCore, String, String, String, Int32)
Find a loaded map that has a setting in its reg.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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