Click or drag to resize
CVVUiQCFillGaps Method
Calculate fill in line segments

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The X & Y VVs are returned as the calculated fill in line segments.
Syntax
public static int iQCFillGaps(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	double d5
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
input/output X VV on which to operate Required in GS_DOUBLE or GS_FLOAT
oVV2
Type: GeoEngine.Core.GXNetCVV
input/output Y VV on which to operate In GS_DOUBLE or GS_FLOAT
oVV3
Type: GeoEngine.Core.GXNetCVV
input Flag VV Required in GS_BYTE
oVV4
Type: GeoEngine.Core.GXNetCVV
input Gap VV to use for locating the fill inline segments In GS_DOUBLE or GS_FLOAT
d5
Type: SystemDouble
Min segment length (required)

Return Value

Type: Int32
1 if error, 0 if successful
See Also