Click or drag to resize

CMVIEWPolyLineDm Method

Draw a polyline with gaps defined by dummies in X/Y VVs

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void PolyLineDm(
	CVV vv_x,
	CVV vv_y
)

public void PolyLineDm(
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetCVV
Y coordinates.
See Also