Click or drag to resize
CDUQCSurveyPlan Method
Create a database containing proposed survey plan in a PLY

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)
Notes
The LINE on which has the reference (X,Y) will have the starting Line number The lines on the right hand side of the reference line (while looking into azimuth of ref. line) have increasing line numbers. The lines on the left hand side have the decreasing line numbers from the starting number. Returns an error code or 0 (if successful)
Syntax
public static int QCSurveyPlan(
	CDB oDB1,
	CWA oWA2,
	CPLY oPLY3,
	double d4,
	double d5,
	double d6,
	double d7,
	int i8,
	int i9,
	double d10,
	double d11,
	double d12,
	double d13,
	int i14,
	int i15,
	int i16,
	double d17,
	double d18
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to save proposed survey plan
oWA2
Type: GeoEngine.Core.GXNetCWA
WA to save survey plan summary
oPLY3
Type: GeoEngine.Core.GXNetCPLY
Boundary PLY
d4
Type: SystemDouble
Survey line spacing
d5
Type: SystemDouble
Survey line azimuth
d6
Type: SystemDouble
Survey line reference X coordinate
d7
Type: SystemDouble
Survey line reference Y coordinate
i8
Type: SystemInt32
Survey line starting number of LINES
i9
Type: SystemInt32
Line number increment for survey line
d10
Type: SystemDouble
Tie line spacing
d11
Type: SystemDouble
Tie line azimuth
d12
Type: SystemDouble
Tie line reference X coordinate
d13
Type: SystemDouble
Tie line reference Y coordinate
i14
Type: SystemInt32
Tie line starting number of LINES
i15
Type: SystemInt32
Line number increment for Tie line
i16
Type: SystemInt32
See QC_PLAN_TYPEConstant
d17
Type: SystemDouble
Sample spacing (spacing between points in lines)
d18
Type: SystemDouble
Spacing to extend lines outside polygon

Return Value

Type: Int32
Nothing
See Also