Click or drag to resize
CVVUPolygonMask Method
Mask a VV using XY data and a polygon.

Available since Oasis montaj version: 6.2.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The VVs have to be the same length
Syntax
public static void PolygonMask(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	CPLY oPLY4,
	int i5
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV3
Type: GeoEngine.Core.GXNetCVV
VV to be masked
oPLY4
Type: GeoEngine.Core.GXNetCPLY
PLY object
i5
Type: SystemInt32
See VVU_MASKConstant
See Also