 | CDULoadGravityCG6Ex Method |
Load a CG-6 gravity survey file. Specify the name of the output line
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void LoadGravityCG6Ex(
CGXNETCore gxNetShared,
CDB db,
string data,
string line,
int date_format
)
public static void LoadGravityCG6Ex(
CGXNETCore gxNetShared,
CDB db,
string data,
string line,
int date_format
)
Public Shared Sub LoadGravityCG6Ex (
gxNetShared As CGXNETCore,
db As CDB,
data As String,
line As String,
date_format As Integer
)
Public Shared Sub LoadGravityCG6Ex (
gxNetShared As CGXNETCore,
db As CDB,
data As String,
line As String,
date_format As Integer
)
public:
static void LoadGravityCG6Ex(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ data,
String^ line,
int date_format
)
public:
static void LoadGravityCG6Ex(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ data,
String^ line,
int date_format
)
static member LoadGravityCG6Ex :
gxNetShared : CGXNETCore *
db : CDB *
data : string *
line : string *
date_format : int -> unit
static member LoadGravityCG6Ex :
gxNetShared : CGXNETCore *
db : CDB *
data : string *
line : string *
date_format : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database - data
- Type: SystemString
Gravity data file - line
- Type: SystemString
line name - can be empty in which case it will create a line name from the input file name - date_format
- Type: SystemInt32
<define>DATE_FORMAT</define>
RemarksHas its own format - space-delimited columns of data
See Also