 | CIPImportZongeFLD Method |
Imports a Zonge FLD format file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ImportZongeFLD(
CDB db,
string file,
int scale,
double mult
)
public void ImportZongeFLD(
CDB db,
string file,
int scale,
double mult
)
Public Sub ImportZongeFLD (
db As CDB,
file As String,
scale As Integer,
mult As Double
)
Public Sub ImportZongeFLD (
db As CDB,
file As String,
scale As Integer,
mult As Double
)
public:
void ImportZongeFLD(
CDB^ db,
String^ file,
int scale,
double mult
)
public:
void ImportZongeFLD(
CDB^ db,
String^ file,
int scale,
double mult
)
member ImportZongeFLD :
db : CDB *
file : string *
scale : int *
mult : float -> unit
member ImportZongeFLD :
db : CDB *
file : string *
scale : int *
mult : float -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to import to - file
- Type: SystemString
FLD file name - scale
- Type: SystemInt32
<define>IP_STNSCALE</define> - mult
- Type: SystemDouble
Line, station multiplier (for <define>IP_STNSCALE_VALUE</define>)
Remarks
The Zonge Line and Station numbers may not be the X or Y position
values, and a conversion is required.
The line direction is taken from the IP setup values.
See Also