Click or drag to resize
CMVIEWOptimumTick Method
Return a default optimum tick interval

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void OptimumTick(
	double d1,
	double d2,
	ref double d3
)

Parameters

d1
Type: SystemDouble
minimum of range
d2
Type: SystemDouble
maximum
d3
Type: SystemDouble
optimum interval
See Also