Click or drag to resize
CDUImpCBPly Method
Import concession boundary polygon file into a database

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
The polygon file is provided by Ana Christina in Brazil.
Syntax
public static void ImpCBPly(
	CGXNETCore gxNetShared,
	CDB db,
	CPJ pj,
	string file,
	int x_chan,
	int y_chan
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
pj
Type: GeoEngine.Core.GXNetXCPJ
Projection Files Object
file
Type: SystemString
Import data file name
x_chan
Type: SystemInt32
X channel handle
y_chan
Type: SystemInt32
Y channel handle
See Also