Click or drag to resize

CEMAPTEMPLATECreateVirtual Method

Makes this EMAPTEMPLATE object the current active object to the user.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CEMAPTEMPLATE CreateVirtual(
	CGXNETCore gxNetShared,
	string name
)

public static CEMAPTEMPLATE CreateVirtual(
	CGXNETCore gxNetShared,
	string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Name of map to create a virtual EMAMTEMPLATE from

Return Value

Type: CEMAPTEMPLATE
EMAPTEMPLATE Object
See Also