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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void OptimumTick(
	CGXNETCore gxNetShared,
	double min,
	double max,
	ref double sep
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
min
Type: SystemDouble
Minimum of range
max
Type: SystemDouble
Maximum
sep
Type: SystemDouble
Optimum interval
See Also