 | 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
Syntaxpublic 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
)
Public Shared Sub PolygonMask (
vv_x As CVV,
vv_y As CVV,
vv_m As CVV,
pply As CPLY,
mask As Integer
)
Public Shared Sub PolygonMask (
vv_x As CVV,
vv_y As CVV,
vv_m As CVV,
pply As CPLY,
mask As Integer
)
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
)
static member PolygonMask :
vv_x : CVV *
vv_y : CVV *
vv_m : CVV *
pply : CPLY *
mask : int -> unit
static member PolygonMask :
vv_x : CVV *
vv_y : CVV *
vv_m : CVV *
pply : CPLY *
mask : int -> unit
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>
RemarksThe VVs have to be the same length
See Also