 | CIPImportZongeAVG Method |
Imports a Zonge AVG format file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ImportZongeAVG(
CDB db,
string file,
double line,
int scale,
double mult
)
public void ImportZongeAVG(
CDB db,
string file,
double line,
int scale,
double mult
)
Public Sub ImportZongeAVG (
db As CDB,
file As String,
line As Double,
scale As Integer,
mult As Double
)
Public Sub ImportZongeAVG (
db As CDB,
file As String,
line As Double,
scale As Integer,
mult As Double
)
public:
void ImportZongeAVG(
CDB^ db,
String^ file,
double line,
int scale,
double mult
)
public:
void ImportZongeAVG(
CDB^ db,
String^ file,
double line,
int scale,
double mult
)
member ImportZongeAVG :
db : CDB *
file : string *
line : float *
scale : int *
mult : float -> unit
member ImportZongeAVG :
db : CDB *
file : string *
line : float *
scale : int *
mult : float -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to import to - file
- Type: SystemString
FLD file name - line
- Type: SystemDouble
Line number (will be scaled if applicable) - scale
- Type: SystemInt32
<define>IP_STNSCALE</define> - mult
- Type: SystemDouble
Line, station multiplier (for <define>IP_STNSCALE_VALUE</define>)
RemarksSee ImportZongeFLD_IP
See Also