Click or drag to resize
CVVUDeviation Method
Calculate distance of point locations to a straight line

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void Deviation(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	double d4,
	double d5,
	double d6,
	double d7,
	int i8
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV,REAL VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV,REAL VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Output deviation VV,REAL VV
d4
Type: SystemDouble
X of 1st point to define straight line
d5
Type: SystemDouble
Y of 1st point to define straight line
d6
Type: SystemDouble
X of 2nd point or line azimuth in degrees (North is 0 degree)
d7
Type: SystemDouble
Y of 2nd point or GS_R8DM if line azimuth is defined
i8
Type: SystemInt32
See VVU_LINEConstant
See Also