Click or drag to resize
CDBGetVAScaling Method
Get base and range for VA channel cell display.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
See SetVAScaling_DB.
Syntax
public void GetVAScaling(
	int ch,
	ref double base,
	ref double range
)

Parameters

ch
Type: SystemInt32
Channel (Locked <define>DB_LOCK_READWRITE</define>)
base
Type: SystemDouble
Base value (rDummy for none)
range
Type: SystemDouble
Range value (rDummy for none)
See Also