Click or drag to resize
CVVUDummyRepeat Method
Dummy repeat values in a VV.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Either the first, middle or last point will be left. Use Interp_VVU to interpolate after if desired.
Syntax
public static void DummyRepeat(
	CGXNETCore gxNetShared,
	CVV vv,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
mode
Type: SystemInt32
<define>VVU_DUMMYREPEAT</define>
See Also