 | CMVUPathPlotEx Method |
Draw a flight line
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void PathPlotEx(
CMVIEW mview,
CVV vv_x,
CVV vv_y,
string line,
int locate,
int compass,
double vangle,
int up,
double loff,
double voff,
double gap
)
public static void PathPlotEx(
CMVIEW mview,
CVV vv_x,
CVV vv_y,
string line,
int locate,
int compass,
double vangle,
int up,
double loff,
double voff,
double gap
)
Public Shared Sub PathPlotEx (
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
line As String,
locate As Integer,
compass As Integer,
vangle As Double,
up As Integer,
loff As Double,
voff As Double,
gap As Double
)
Public Shared Sub PathPlotEx (
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
line As String,
locate As Integer,
compass As Integer,
vangle As Double,
up As Integer,
loff As Double,
voff As Double,
gap As Double
)
public:
static void PathPlotEx(
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
String^ line,
int locate,
int compass,
double vangle,
int up,
double loff,
double voff,
double gap
)
public:
static void PathPlotEx(
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
String^ line,
int locate,
int compass,
double vangle,
int up,
double loff,
double voff,
double gap
)
static member PathPlotEx :
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
line : string *
locate : int *
compass : int *
vangle : float *
up : int *
loff : float *
voff : float *
gap : float -> unit
static member PathPlotEx :
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
line : string *
locate : int *
compass : int *
vangle : float *
up : int *
loff : float *
voff : float *
gap : float -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetCMVIEW
View - vv_x
- Type: GeoEngine.Core.GXNetCVV
X - vv_y
- Type: GeoEngine.Core.GXNetCVV
Y - line
- Type: SystemString
Line label - locate
- Type: SystemInt32
<define>MVU_FLIGHT_LOCATE</define> - compass
- Type: SystemInt32
<define>MVU_FLIGHT_COMPASS</define> - vangle
- Type: SystemDouble
Lines steeper than this angle are considered vertical and the up label direction is used. - up
- Type: SystemInt32
Up label direction: 1 up is right -1 up is left - loff
- Type: SystemDouble
Along line label offset in mm. - voff
- Type: SystemDouble
Perpendicular label offset mm. - gap
- Type: SystemDouble
Maximum gap before breaking line, 0.0 for no breaks.
RemarksThis is the same except for the additional line compass parameter.
See Also