Click or drag to resize
CMVUFlightPlot 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
Current line color, thickness and style are used to draw the line. Current font, font colour and font style are used to annotate the line labels. If current clipping is ON in the VIEW, lines will be clipped to the window before plotting. In this case, labels should be located ABOVE or BELOW the line traces to prevent labels being clipped. The offsets dOffA and dOffB control the vertical and horizontal label offsets with respect to the ends of the line trace and depending on the label location. The vertical line reference angle dVerAng is used to determine if lines are considered vertical or horizontal. Vertical lines use the sUp parameter to determine the label up direction. Normally, use an angle of 60 degrees unless there are lines that run in this direction.
Syntax
public static void FlightPlot(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	string str4,
	int i5,
	double d6,
	int i7,
	double d8,
	double d9
)

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.
See Also