Click or drag to resize

CMVUContour Method

Creates a contour map.

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
con
Type: SystemString
Control file name
grid
Type: SystemString
Grid file name
See Also