Click or drag to resize

CMVIEWPolyWrap Method

Draw wrapped polylines from X and Y VV's.

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

public void PolyWrap(
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetCVV
Y coordinates.
Remarks
Convert a given VVy into a wrapped VVy using the current view window as the wrap region. Then draw polylines from it.
See Also