Click or drag to resize
CMAPTEMPLATECreate Method
Create a MAPTEMPLATE from an existing file.

Available since Oasis montaj version: 6.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The base template name should be the file name part of a geosoft_maptemplate file in the <geosoft>\maptemplate or <geosoftuser>\maptemplate folders. A base file in the user folder will override any in the Geosoft install dir.
Syntax
public static CMAPTEMPLATE Create(
	string str1,
	string str2,
	int i3
)

Parameters

str1
Type: SystemString
Map Template file name
str2
Type: SystemString
Map Template base template to create from
i3
Type: SystemInt32
See MAPTEMPLATE_OPENConstant

Return Value

Type: CMAPTEMPLATE
MAPTEMPLATE Object
See Also