 | 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
Syntaxpublic 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
)
Public Shared Sub ImpCBPly (
db As CDB,
pj As CPJ,
file As String,
x_chan As Integer,
y_chan As Integer
)
Public Shared Sub ImpCBPly (
db As CDB,
pj As CPJ,
file As String,
x_chan As Integer,
y_chan As Integer
)
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
)
static member ImpCBPly :
db : CDB *
pj : CPJ *
file : string *
x_chan : int *
y_chan : int -> unit
static member ImpCBPly :
db : CDB *
pj : CPJ *
file : string *
x_chan : int *
y_chan : int -> unit
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
RemarksThe polygon file is provided by Ana Christina in Brazil.
See Also