Click or drag to resize

CMVUMDF Method

Creates a new map from an MDF file.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void MDF(
	CMAP map,
	string mdf,
	string base,
	string data
)

public static void MDF(
	CMAP map,
	string mdf,
	string base,
	string data
)

Parameters

map
Type: GeoEngine.Core.GXNetCMAP
MAP Handle
mdf
Type: SystemString
MDF file name
base
Type: SystemString
Name to use for the base map view
data
Type: SystemString
Name to use for the data view
See Also