Click or drag to resize

CDUImpCBPly Method

Import concession boundary polygon file into a database

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ImpCBPly(
	CGXNETCore gxNetShared,
	CDB db,
	CPJ pj,
	string file,
	int x_chan,
	int y_chan
)

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
Remarks
The polygon file is provided by Ana Christina in Brazil.
See Also