Click or drag to resize

CMVUTrndPath Method

Plot min and max trend lines.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void TrndPath(
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	int min_sect,
	double min_dist
)

public static void TrndPath(
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	int min_sect,
	double min_dist
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
vv_x
Type: GeoEngine.Core.GXNetCVV
X
vv_y
Type: GeoEngine.Core.GXNetCVV
Y
min_sect
Type: SystemInt32
Minimum number of sections
min_dist
Type: SystemDouble
Minimum length of sections
Remarks
Trend lines positions consist of X and Y VVs interspersed with dummies, which separate the individual trend sections. Set the minimum number of sections to > 0 to plot only the longer trend lines. (The number of sections in one trend section is equal to the number of points between dummies minus one.) Set the minimum distance to > 0 to plot only the longer trend lines.
See Also