 | CPGUTrend Method |
Trend remove or replace back in pager
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Trend(
CPG pg_i,
CPG pg_o,
CTR tr,
int tr_opt,
int tr_pt_bs,
double xo,
double yo,
double dx,
double dy
)
public static void Trend(
CPG pg_i,
CPG pg_o,
CTR tr,
int tr_opt,
int tr_pt_bs,
double xo,
double yo,
double dx,
double dy
)
Public Shared Sub Trend (
pg_i As CPG,
pg_o As CPG,
tr As CTR,
tr_opt As Integer,
tr_pt_bs As Integer,
xo As Double,
yo As Double,
dx As Double,
dy As Double
)
Public Shared Sub Trend (
pg_i As CPG,
pg_o As CPG,
tr As CTR,
tr_opt As Integer,
tr_pt_bs As Integer,
xo As Double,
yo As Double,
dx As Double,
dy As Double
)
public:
static void Trend(
CPG^ pg_i,
CPG^ pg_o,
CTR^ tr,
int tr_opt,
int tr_pt_bs,
double xo,
double yo,
double dx,
double dy
)
public:
static void Trend(
CPG^ pg_i,
CPG^ pg_o,
CTR^ tr,
int tr_opt,
int tr_pt_bs,
double xo,
double yo,
double dx,
double dy
)
static member Trend :
pg_i : CPG *
pg_o : CPG *
tr : CTR *
tr_opt : int *
tr_pt_bs : int *
xo : float *
yo : float *
dx : float *
dy : float -> unit
static member Trend :
pg_i : CPG *
pg_o : CPG *
tr : CTR *
tr_opt : int *
tr_pt_bs : int *
xo : float *
yo : float *
dx : float *
dy : float -> unit
Parameters
- pg_i
- Type: GeoEngine.Core.GXNetCPG
Original pager obj - pg_o
- Type: GeoEngine.Core.GXNetCPG
Trended pager obj - tr
- Type: GeoEngine.Core.GXNetCTR
Trend obj - tr_opt
- Type: SystemInt32
Option 0 - calculate, 1 - given in TR, 2 - replace back from TR - tr_pt_bs
- Type: SystemInt32
Trend base on: 0 - all points, 1 - edge points - xo
- Type: SystemDouble
Trend origin rXo, - yo
- Type: SystemDouble
Trend origin rYo, - dx
- Type: SystemDouble
Increment in X direction rDx, - dy
- Type: SystemDouble
Increment in Y direction rDy
See Also