Click or drag to resize
CMVIEWPolyWrap Method
Draw wrapped polylines from X and Y VV's.

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
Convert a given VVy into a wrapped VVy using the current view window as the wrap region. Then draw polylines from it.
Syntax
public void PolyWrap(
	CVV oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X coordinates.
oVV2
Type: GeoEngine.Core.GXNetCVV
Y coordinates.
See Also