 | CDUBreakLineToGroups2 Method |
Break up a line into group-lines based on a channel.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void BreakLineToGroups2(
CDB db,
int line,
int chan,
string cl,
int reset_fi_ds
)
public static void BreakLineToGroups2(
CDB db,
int line,
int chan,
string cl,
int reset_fi_ds
)
Public Shared Sub BreakLineToGroups2 (
db As CDB,
line As Integer,
chan As Integer,
cl As String,
reset_fi_ds As Integer
)
Public Shared Sub BreakLineToGroups2 (
db As CDB,
line As Integer,
chan As Integer,
cl As String,
reset_fi_ds As Integer
)
public:
static void BreakLineToGroups2(
CDB^ db,
int line,
int chan,
String^ cl,
int reset_fi_ds
)
public:
static void BreakLineToGroups2(
CDB^ db,
int line,
int chan,
String^ cl,
int reset_fi_ds
)
static member BreakLineToGroups2 :
db : CDB *
line : int *
chan : int *
cl : string *
reset_fi_ds : int -> unit
static member BreakLineToGroups2 :
db : CDB *
line : int *
chan : int *
cl : string *
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>] - cl
- Type: SystemString
Class name for new group lines (can be "") - reset_fi_ds
- Type: SystemInt32
Reset starting fiducials to zero (0: No, 1: Yes)
RemarksThe same as BreakLineToGroups, but with an option to reset each line's starting fiducial to zero.
See Also