Click or drag to resize
CMVUDirectionPlot Method
Plot an arrow to indicate the direction of 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
An arrow will be drawn in the direction from the first valid to the last points in the X and Y VVs.
Syntax
public static void DirectionPlot(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	double d4,
	double d5,
	int i6
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
X VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Y VV
d4
Type: SystemDouble
Arrow size in mm
d5
Type: SystemDouble
Location to draw in mm - can be X or Y depending on next parameter
i6
Type: SystemInt32
See ARROW_ALIGNMENTConstant
See Also