Click or drag to resize
CMVUProfilePlot Method
Draw a profile along line trace

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
Profiles will be drawn in the current line style.
Syntax
public static void ProfilePlot(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	double d5,
	int i6,
	double d7,
	double d8,
	double d9,
	int i10
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
X
oVV3
Type: GeoEngine.Core.GXNetCVV
Y
oVV4
Type: GeoEngine.Core.GXNetCVV
Z
d5
Type: SystemDouble
lines steeper than this angle are considered vertical and the up label direction is used.
i6
Type: SystemInt32
up label direction: 1 up is right -1 up is left
d7
Type: SystemDouble
Maximum gap in data to span (view units)
d8
Type: SystemDouble
Z profile base, rDUMMY to use data minimum
d9
Type: SystemDouble
Z scale in view units/Z unit
i10
Type: SystemInt32
1 to join profile to line ends.
See Also