  | CVVUPolygonMask Method  | 
 Mask a VV using XY data and a polygon.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void PolygonMask(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_m,
	CPLY pply,
	int mask
)
public static void PolygonMask(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_m,
	CPLY pply,
	int mask
)
Public Shared Sub PolygonMask ( 
	gxNetShared As CGXNETCore,
	vv_x As CVV,
	vv_y As CVV,
	vv_m As CVV,
	pply As CPLY,
	mask As Integer
)
Public Shared Sub PolygonMask ( 
	gxNetShared As CGXNETCore,
	vv_x As CVV,
	vv_y As CVV,
	vv_m As CVV,
	pply As CPLY,
	mask As Integer
)
public:
static void PolygonMask(
	CGXNETCore^ gxNetShared, 
	CVV^ vv_x, 
	CVV^ vv_y, 
	CVV^ vv_m, 
	CPLY^ pply, 
	int mask
)
public:
static void PolygonMask(
	CGXNETCore^ gxNetShared, 
	CVV^ vv_x, 
	CVV^ vv_y, 
	CVV^ vv_m, 
	CPLY^ pply, 
	int mask
)
static member PolygonMask : 
        gxNetShared : CGXNETCore * 
        vv_x : CVV * 
        vv_y : CVV * 
        vv_m : CVV * 
        pply : CPLY * 
        mask : int -> unit 
static member PolygonMask : 
        gxNetShared : CGXNETCore * 
        vv_x : CVV * 
        vv_y : CVV * 
        vv_m : CVV * 
        pply : CPLY * 
        mask : int -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - vv_x
 - Type: GeoEngine.Core.GXNetXCVV
X VV - vv_y
 - Type: GeoEngine.Core.GXNetXCVV
Y VV - vv_m
 - Type: GeoEngine.Core.GXNetXCVV
VV to be masked - pply
 - Type: GeoEngine.Core.GXNetXCPLY
PLY object - mask
 - Type: SystemInt32
<define>VVU_MASK</define> 
RemarksThe VVs have to be the same length
See Also