Click or drag to resize

CMVUContour Method

Creates a contour map.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Contour(
	CMVIEW mview,
	string con,
	string grid
)

public static void Contour(
	CMVIEW mview,
	string con,
	string grid
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
con
Type: SystemString
Control file name
grid
Type: SystemString
Grid file name
See Also