Click or drag to resize

CDB.SetVAScaling Method

Set base and range for VA channel cell display.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetVAScaling(
	int ch,
	double base,
	double range
)

public void SetVAScaling(
	int ch,
	double base,
	double range
)

Parameters

ch
Type: System.Int32
Channel (Locked <define>DB_LOCK_READWRITE</define>)
base
Type: System.Double
Base value (rDummy for none)
range
Type: System.Double
Range value (rDummy for none)
Remarks
By default, VA profiles autoscale to fit in the database cell. This lets the user set a single base and range for all cells. If either input is a dummy, both are set as dummies, and autoscaling is used.
See Also