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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	double size,
	double loc,
	int align
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV
size
Type: SystemDouble
Arrow size in mm
loc
Type: SystemDouble
Location to draw in mm - can be X or Y depending on next parameter
align
Type: SystemInt32
<define>ARROW_ALIGNMENT</define>
See Also