Click or drag to resize

CMVGPolyLineVV Method

Creates PolyLines/polygons from VV and VV.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void PolyLineVV(
	int draw,
	int wrap,
	CVV vv_x,
	CVV vv_y
)

public void PolyLineVV(
	int draw,
	int wrap,
	CVV vv_x,
	CVV vv_y
)

Parameters

draw
Type: SystemInt32
<define>MVG_DRAW</define>
wrap
Type: SystemInt32
<define>MVG_WRAP</define>
vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV
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