Click or drag to resize
CMVUProfilePlotEx Method
Draw a profile along line trace with more parameters

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 ProfilePlotEx(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	double d5,
	int i6,
	double d7,
	double d8,
	double d9,
	int i10,
	int i11,
	double d12,
	int i13,
	string str14,
	string str15
)

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.
i11
Type: SystemInt32
Log option: 0 linear (default), 1 logarithm, 2 log/linear
d12
Type: SystemDouble
Log base
i13
Type: SystemInt32
Smooth curve option: 0 no (default), 1 yes
str14
Type: SystemString
positive fill color
str15
Type: SystemString
negative fill color
See Also