Click or drag to resize
CMVIEWPolyLine Method
Draw a polyline or polygon (dummies deleted).

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Dummies in X and/or Y VV are deleted and it results in 'solid' line. Using PolyLineDm_MVIEW (below) function if gaps from dummies are to be kept.
Syntax
public void PolyLine(
	int type,
	CVV vv_x,
	CVV vv_y
)

Parameters

type
Type: SystemInt32
<define>MVIEW_DRAW</define>
vv_x
Type: GeoEngine.Core.GXNetXCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y coordinates.
See Also