Click or drag to resize

CVVUPolygonMask Method

Mask a VV using XY data and a polygon.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PolygonMask(
	CVV vv_x,
	CVV vv_y,
	CVV vv_m,
	CPLY pply,
	int mask
)

public static void PolygonMask(
	CVV vv_x,
	CVV vv_y,
	CVV vv_m,
	CPLY pply,
	int mask
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X VV
vv_y
Type: GeoEngine.Core.GXNetCVV
Y VV
vv_m
Type: GeoEngine.Core.GXNetCVV
VV to be masked
pply
Type: GeoEngine.Core.GXNetCPLY
PLY object
mask
Type: SystemInt32
<define>VVU_MASK</define>
Remarks
The VVs have to be the same length
See Also