 | CMVGPolyLineVA Method |
Creates PolyLines/polygons from VV and VA.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void PolyLineVA(
int draw,
int wrap,
CVV vv_x,
CVA va,
CVV vv_array
)
public void PolyLineVA(
int draw,
int wrap,
CVV vv_x,
CVA va,
CVV vv_array
)
Public Sub PolyLineVA (
draw As Integer,
wrap As Integer,
vv_x As CVV,
va As CVA,
vv_array As CVV
)
Public Sub PolyLineVA (
draw As Integer,
wrap As Integer,
vv_x As CVV,
va As CVA,
vv_array As CVV
)
public:
void PolyLineVA(
int draw,
int wrap,
CVV^ vv_x,
CVA^ va,
CVV^ vv_array
)
public:
void PolyLineVA(
int draw,
int wrap,
CVV^ vv_x,
CVA^ va,
CVV^ vv_array
)
member PolyLineVA :
draw : int *
wrap : int *
vv_x : CVV *
va : CVA *
vv_array : CVV -> unit
member PolyLineVA :
draw : int *
wrap : int *
vv_x : CVV *
va : CVA *
vv_array : CVV -> unit
Parameters
- draw
- Type: SystemInt32
<define>MVG_DRAW</define> - wrap
- Type: SystemInt32
<define>MVG_WRAP</define> - vv_x
- Type: GeoEngine.Core.GXNetXCVV
X VV - va
- Type: GeoEngine.Core.GXNetXCVA
Y VAs - vv_array
- Type: GeoEngine.Core.GXNetXCVV
VV containing list of VA ranges, such as 1,2 40 ... Entire VA is drawn if this VV is empty.
Remarks
If the VV contains dummies, the polylines
will break at the dummies; the polygons
will skip the dummies.
If wrapping is applied, POLYGON parameter is ignored and
only POLYLINES are drawn.
Obsolete
See Also