Click or drag to resize
CMVUContourPLY Method
Creates a contour map with clipped areas.

Available since Oasis montaj version: 5.1.6
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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
See Also