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

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 polygon file is provided by Ana Christina in Brasil.
Syntax
public static void ImpCBPly(
	CDB oDB1,
	CPJ oPJ2,
	string str3,
	int i4,
	int i5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
oPJ2
Type: GeoEngine.Core.GXNetCPJ
Projection Files Object
str3
Type: SystemString
import data file name
i4
Type: SystemInt32
X channel handle
i5
Type: SystemInt32
Y channel handle
See Also