Click or drag to resize

CMVUTickEx Method

Same as Tick_MVU, with gap allowance.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void TickEx(
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVV vv_s,
	double size,
	double mod,
	double mt_size,
	double mt_mod,
	double gap
)

public static void TickEx(
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVV vv_s,
	double size,
	double mod,
	double mt_size,
	double mt_mod,
	double gap
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
vv_x
Type: GeoEngine.Core.GXNetCVV
X locations
vv_y
Type: GeoEngine.Core.GXNetCVV
Y locations
vv_s
Type: GeoEngine.Core.GXNetCVV
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
gap
Type: SystemDouble
Maximum gap to span; set to 0 or <define>rDUMMY</define> to ignore all gaps.
See Also