 | CMVUDirectionPlot Method |
Plot an arrow to indicate the direction of a flight line
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void DirectionPlot(
CMVIEW mview,
CVV vv_x,
CVV vv_y,
double size,
double loc,
int align
)
public static void DirectionPlot(
CMVIEW mview,
CVV vv_x,
CVV vv_y,
double size,
double loc,
int align
)
Public Shared Sub DirectionPlot (
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
size As Double,
loc As Double,
align As Integer
)
Public Shared Sub DirectionPlot (
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
size As Double,
loc As Double,
align As Integer
)
public:
static void DirectionPlot(
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
double size,
double loc,
int align
)
public:
static void DirectionPlot(
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
double size,
double loc,
int align
)
static member DirectionPlot :
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
size : float *
loc : float *
align : int -> unit
static member DirectionPlot :
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
size : float *
loc : float *
align : int -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetCMVIEW
View - vv_x
- Type: GeoEngine.Core.GXNetCVV
X VV - vv_y
- Type: GeoEngine.Core.GXNetCVV
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