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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 i1,
	CVV oVV2,
	CVV oVV3
)

Parameters

i1
Type: SystemInt32
See MVIEW_DRAWConstant
oVV2
Type: GeoEngine.Core.GXNetCVV
X coordinates.
oVV3
Type: GeoEngine.Core.GXNetCVV
Y coordinates.
See Also