Click or drag to resize

CVVUDummyRepeat Method

Dummy repeat values in a VV.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DummyRepeat(
	CVV vv,
	int mode
)

public static void DummyRepeat(
	CVV vv,
	int mode
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
mode
Type: SystemInt32
<define>VVU_DUMMYREPEAT</define>
Remarks
Either the first, middle or last point will be left. Use Interp_VVU to interpolate after if desired.
See Also