Click or drag to resize
CEMAPiIGetSpecifiedMapName Method
Find a loaded map that has a setting in its reg.

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static int iIGetSpecifiedMapName(
	string str1,
	string str2,
	ref string str3
)

Parameters

str1
Type: SystemString
REG field name
str2
Type: SystemString
REG field value to find
str3
Type: SystemString
buffer for map name

Return Value

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