 | CDUBreakLine2 Method |
Break up a line based on line numbers in a channel.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void BreakLine2(
CDB db,
int line,
int chan,
int reset_fi_ds
)
public static void BreakLine2(
CDB db,
int line,
int chan,
int reset_fi_ds
)
Public Shared Sub BreakLine2 (
db As CDB,
line As Integer,
chan As Integer,
reset_fi_ds As Integer
)
Public Shared Sub BreakLine2 (
db As CDB,
line As Integer,
chan As Integer,
reset_fi_ds As Integer
)
public:
static void BreakLine2(
CDB^ db,
int line,
int chan,
int reset_fi_ds
)
public:
static void BreakLine2(
CDB^ db,
int line,
int chan,
int reset_fi_ds
)
static member BreakLine2 :
db : CDB *
line : int *
chan : int *
reset_fi_ds : int -> unit
static member BreakLine2 :
db : CDB *
line : int *
chan : int *
reset_fi_ds : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - line
- Type: SystemInt32
Line to be broken up [<define>DB_LOCK_READONLY</define>] - chan
- Type: SystemInt32
Channel containing line numbers [<define>DB_LOCK_READONLY</define>] - reset_fi_ds
- Type: SystemInt32
Reset starting fiducials to zero (0: No, 1: Yes)
RemarksThe same as BreakLine, but with an option to reset each line's starting fiducial to zero.
See Also