Click or drag to resize
CMVUTick Method
Draw line ticks on a map.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void Tick(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	double d5,
	double d6,
	double d7,
	double d8
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
X locations
oVV3
Type: GeoEngine.Core.GXNetCVV
Y locations
oVV4
Type: GeoEngine.Core.GXNetCVV
Station
d5
Type: SystemDouble
Tick size
d6
Type: SystemDouble
Tick modulus on station vv
d7
Type: SystemDouble
Major tick size
d8
Type: SystemDouble
Major tick modulus on station vv
See Also