Click or drag to resize
CMVUTrndPath Method
Plot min and max trend lines.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public static void TrndPath(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	int i4,
	double d5
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
X
oVV3
Type: GeoEngine.Core.GXNetCVV
Y
i4
Type: SystemInt32
Minimum number of sections
d5
Type: SystemDouble
Minimum length of sections
See Also