Click or drag to resize
CMVGPolyLineVV Method
Creates PolyLines/polygons from VV and VV.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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
Syntax
public void PolyLineVV(
	int i1,
	int i2,
	CVV oVV3,
	CVV oVV4
)

Parameters

i1
Type: SystemInt32
See MVG_DRAWConstant
i2
Type: SystemInt32
See MVG_WRAPConstant
oVV3
Type: GeoEngine.Core.GXNetCVV
X VV
oVV4
Type: GeoEngine.Core.GXNetCVV
Y VV
See Also