 | 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
Syntaxpublic 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
)
Public Shared Sub DirectionPlot (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
size As Double,
loc As Double,
align As Integer
)
Public Shared Sub DirectionPlot (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
size As Double,
loc As Double,
align As Integer
)
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
)
static member DirectionPlot :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
size : float *
loc : float *
align : int -> unit
static member DirectionPlot :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
size : float *
loc : float *
align : int -> unit
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