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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See SetVAScaling_DB.
Syntax
public void GetVAScaling(
	int i1,
	ref double d2,
	ref double d3
)

Parameters

i1
Type: SystemInt32
channel (Locked DB_LOCK_READWRITE)
d2
Type: SystemDouble
Base value (rDummy for none)
d3
Type: SystemDouble
Range value (rDummy for none)
See Also