 | CDUSplitLine Method |
Splits a line a the fiducial and copies any data past
that fiducial into the new line.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SplitLine(
CDB db,
int i_line,
int o_line,
double fid
)
public static void SplitLine(
CDB db,
int i_line,
int o_line,
double fid
)
Public Shared Sub SplitLine (
db As CDB,
i_line As Integer,
o_line As Integer,
fid As Double
)
Public Shared Sub SplitLine (
db As CDB,
i_line As Integer,
o_line As Integer,
fid As Double
)
public:
static void SplitLine(
CDB^ db,
int i_line,
int o_line,
double fid
)
public:
static void SplitLine(
CDB^ db,
int i_line,
int o_line,
double fid
)
static member SplitLine :
db : CDB *
i_line : int *
o_line : int *
fid : float -> unit
static member SplitLine :
db : CDB *
i_line : int *
o_line : int *
fid : float -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - i_line
- Type: SystemInt32
Input Line, will be reduced at fid [<define>DB_LOCK_READWRITE</define>] - o_line
- Type: SystemInt32
Output Line, will take data above fid [<define>DB_LOCK_READWRITE</define>] - fid
- Type: SystemDouble
Fid number of split
See Also