 | CACQUIREiImportPoint Method |
Import Point Sample data acQuire database into a GDB
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iImportPoint(
CDB db,
string para,
int convert
)
public int iImportPoint(
CDB db,
string para,
int convert
)
Public Function iImportPoint (
db As CDB,
para As String,
convert As Integer
) As Integer
Public Function iImportPoint (
db As CDB,
para As String,
convert As Integer
) As Integer
public:
int iImportPoint(
CDB^ db,
String^ para,
int convert
)
public:
int iImportPoint(
CDB^ db,
String^ para,
int convert
)
member iImportPoint :
db : CDB *
para : string *
convert : int -> int
member iImportPoint :
db : CDB *
para : string *
convert : int -> int
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Geosoft GDB - para
- Type: SystemString
Parameter File - convert
- Type: SystemInt32
Convert Negatives (0,1)
Return Value
Type:
Int32
0 - Ok
1 - Error (Will not stop GX)
Remarks
Data existing in the receiving GDB file will be over-written.
Point data and polygon data are saved into Dnnn lines in GDB,
nnn representing incremental number starting from 0
See Also