Click or drag to resize

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
Syntax
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
)

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