 | CTRNDTrndDB Method |
Uses a selected channel to find data trends in a database.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void TrndDB(
CDB db,
string chan,
double window,
double angle,
double deviation,
double max_length,
double deflection,
double min_length,
double resample,
double br_angle
)
public static void TrndDB(
CDB db,
string chan,
double window,
double angle,
double deviation,
double max_length,
double deflection,
double min_length,
double resample,
double br_angle
)
Public Shared Sub TrndDB (
db As CDB,
chan As String,
window As Double,
angle As Double,
deviation As Double,
max_length As Double,
deflection As Double,
min_length As Double,
resample As Double,
br_angle As Double
)
Public Shared Sub TrndDB (
db As CDB,
chan As String,
window As Double,
angle As Double,
deviation As Double,
max_length As Double,
deflection As Double,
min_length As Double,
resample As Double,
br_angle As Double
)
public:
static void TrndDB(
CDB^ db,
String^ chan,
double window,
double angle,
double deviation,
double max_length,
double deflection,
double min_length,
double resample,
double br_angle
)
public:
static void TrndDB(
CDB^ db,
String^ chan,
double window,
double angle,
double deviation,
double max_length,
double deflection,
double min_length,
double resample,
double br_angle
)
static member TrndDB :
db : CDB *
chan : string *
window : float *
angle : float *
deviation : float *
max_length : float *
deflection : float *
min_length : float *
resample : float *
br_angle : float -> unit
static member TrndDB :
db : CDB *
chan : string *
window : float *
angle : float *
deviation : float *
max_length : float *
deflection : float *
min_length : float *
resample : float *
br_angle : float -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - chan
- Type: SystemString
Selected channel - window
- Type: SystemDouble
MaxMin Window - angle
- Type: SystemDouble
Preferred angle, degrees CCW from X - deviation
- Type: SystemDouble
Allowed deviation - max_length
- Type: SystemDouble
Longest join - deflection
- Type: SystemDouble
Maximum deflection in join (can be <define>rDUMMY</define>) - min_length
- Type: SystemDouble
Minimum length for trend lines (can be <define>rDUMMY</define>) - resample
- Type: SystemDouble
Resampling distance (can be <define>rDUMMY</define>) - br_angle
- Type: SystemDouble
Breaking angle, degrees CCW from X (can be <define>rDUMMY</define>)
See Also