Click or drag to resize

CDUImpCBPly Method

Import concession boundary polygon file into a database

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImpCBPly(
	CDB db,
	CPJ pj,
	string file,
	int x_chan,
	int y_chan
)

public static void ImpCBPly(
	CDB db,
	CPJ pj,
	string file,
	int x_chan,
	int y_chan
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
pj
Type: GeoEngine.Core.GXNetCPJ
Projection Files Object
file
Type: SystemString
Import data file name
x_chan
Type: SystemInt32
X channel handle
y_chan
Type: SystemInt32
Y channel handle
Remarks
The polygon file is provided by Ana Christina in Brazil.
See Also