Click or drag to resize

CMVUDirectionPlot Method

Plot an arrow to indicate the direction of a flight line

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void DirectionPlot(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	double size,
	double loc,
	int align
)

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>
Remarks
An arrow will be drawn in the direction from the first valid to the last points in the X and Y VVs.
See Also