Click or drag to resize
CMVUPathPlotEx Method
Draw a flight line

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
This is the same except for the additional line compass parameter.
Syntax
public static void PathPlotEx(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	string str4,
	int i5,
	int i6,
	double d7,
	int i8,
	double d9,
	double d10,
	double d11
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
X
oVV3
Type: GeoEngine.Core.GXNetCVV
Y
str4
Type: SystemString
line label
i5
Type: SystemInt32
See MVU_FLIGHT_LOCATEConstant
i6
Type: SystemInt32
See MVU_FLIGHT_COMPASSConstant
d7
Type: SystemDouble
lines steeper than this angle are considered vertical and the up label direction is used.
i8
Type: SystemInt32
up label direction: 1 up is right -1 up is left
d9
Type: SystemDouble
along line label offset in mm.
d10
Type: SystemDouble
perpendicular label offset mm.
d11
Type: SystemDouble
maximum gap before breaking line, 0.0 for no breaks.
See Also