Click or drag to resize
CMVUPathPlot 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
See FlightPlot_MVU. This is the same except for the additional line gap parameter.
Syntax
public static void PathPlot(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	string str4,
	int i5,
	double d6,
	int i7,
	double d8,
	double d9,
	double d10
)

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
d6
Type: SystemDouble
lines steeper than this angle are considered vertical and the up label direction is used.
i7
Type: SystemInt32
up label direction: 1 up is right -1 up is left
d8
Type: SystemDouble
along line label offset in mm.
d9
Type: SystemDouble
perpendicular label offset mm.
d10
Type: SystemDouble
maximum gap before breaking line, 0.0 for no breaks.
See Also