Click or drag to resize

CMVUTick Method

Draw line ticks on a map.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Tick(
	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(
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVV vv_s,
	double size,
	double mod,
	double mt_size,
	double mt_mod
)

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
See Also