Click or drag to resize

CMVUContourPLY Method

Creates a contour map with clipped areas.

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

public static void ContourPLY(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CPLY ply,
	string con,
	string grid
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
ply
Type: GeoEngine.Core.GXNetXCPLY
Clipping PLY
con
Type: SystemString
Control file name
grid
Type: SystemString
Grid file name
Remarks
The clipping PLY can include a surrounding inclusive polygon and zero, one or more interior exclusive polygons. Construct a PLY object using the AddPolygonEx_PLY function, to add both inclusive (as the first PLY) and exclusive interior regions.
See Also