 | CMVUTick Method |
Draw line ticks on a map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void Tick(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVV vv_s,
double size,
double mod,
double mt_size,
double mt_mod
)
public static void Tick(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVV vv_s,
double size,
double mod,
double mt_size,
double mt_mod
)
Public Shared Sub Tick (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
vv_s As CVV,
size As Double,
mod As Double,
mt_size As Double,
mt_mod As Double
)
Public Shared Sub Tick (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
vv_s As CVV,
size As Double,
mod As Double,
mt_size As Double,
mt_mod As Double
)
public:
static void Tick(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_s,
double size,
double mod,
double mt_size,
double mt_mod
)
public:
static void Tick(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_s,
double size,
double mod,
double mt_size,
double mt_mod
)
static member Tick :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_s : CVV *
size : float *
mod : float *
mt_size : float *
mt_mod : float -> unit
static member Tick :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_s : CVV *
size : float *
mod : float *
mt_size : float *
mt_mod : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - mview
- Type: GeoEngine.Core.GXNetXCMVIEW
View - vv_x
- Type: GeoEngine.Core.GXNetXCVV
X locations - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y locations - vv_s
- Type: GeoEngine.Core.GXNetXCVV
Station - size
- Type: SystemDouble
Tick size - mod
- Type: SystemDouble
Tick modulus on station vv - mt_size
- Type: SystemDouble
Major tick size - mt_mod
- Type: SystemDouble
Major tick modulus on station vv
See Also