Click or drag to resize

CMVIEWPolyLine Method

Draw a polyline or polygon (dummies deleted).

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void PolyLine(
	int type,
	CVV vv_x,
	CVV vv_y
)

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.
Remarks
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.
See Also