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 with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	CMVIEW oMVIEW1,
	CPLY oPLY2,
	string str3,
	string str4
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oPLY2
Type: GeoEngine.Core.GXNetCPLY
Clipping PLY
str3
Type: SystemString
Control file name
str4
Type: SystemString
Grid file name
See Also